{ "cursor": 0, "op_user_id": "manager4220" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/shift/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": 0, "op_user_id": "manager4220" }'
{ "result": { "has_more": true, "cursor": 0, "result": [ { "name": "string", "id": 0 } ] }, "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }