{ "punches": [ { "free_check": true, "id": 373271823 } ], "op_user_id": "user456", "shift_id": "712550377" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/shift/updatepunches?access_token=af21axxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "punches": [ { "free_check": true, "id": 373271823 } ], "op_user_id": "user456", "shift_id": "712550377" }'
{ "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }