{ "status_list": "2,3,5,-1", "size": "50", "offset": "0" }
curl --location --request POST 'http://127.0.0.1/topapi/smartwork/hrm/employee/queryonjob?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "status_list": "2,3,5,-1", "size": "50", "offset": "0" }'
{ "result": { "data_list": "string", "next_cursor": 0 }, "errcode": 0, "errmsg": "string", "success": true, "request_id": "string" }