{ "start_time": 1538323200000, "offset": 0, "size": 10, "end_time": 1546358399000, "userid_list": "user123,user456" }
curl --location --request POST 'http://127.0.0.1/topapi/attendance/getleavestatus?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "start_time": 1538323200000, "offset": 0, "size": 10, "end_time": 1546358399000, "userid_list": "user123,user456" }'
{ "errcode": 0, "result": { "has_more": true, "leave_status": [ { "duration_unit": "string", "duration_percent": 0, "end_time": 0, "start_time": 0, "userid": "string" } ] }, "success": true, "request_id": "string" }