{ "op_user_id": "user456", "group_id": 67xxxx4, "schedules": { "is_rest": false, "work_date": 1605150671000, "shift_id": 1, "userid": "user123" } }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/group/schedule/async?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "op_user_id": "user456", "group_id": 67xxxx4, "schedules": { "is_rest": false, "work_date": 1605150671000, "shift_id": 1, "userid": "user123" } }'
{ "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }