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