{ "request": { "cursor": 0, "size": 10, "data_id": "20200501" } }
curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/inactivated/user/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "cursor": 0, "size": 10, "data_id": "20200501" } }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "data": [ { "dept_id": 0, "dept_name": "string", "userid": "string", "staff_job_num": "string", "staff_name": "string" } ], "has_more": true, "next_cursor": 0 } }