{ "is_active":false, "offset":0, "size":100, "dept_ids":[1,2,3], "query_date":"20200101" }
curl --location --request POST '/topapi/inactive/user/v2/get?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "is_active":false, "offset":0, "size":100, "dept_ids":[1,2,3], "query_date":"20200101" }'
{ "result": { "next_cursor": 0, "list": [ "string" ], "has_more": true }, "errmsg": "string", "errcode": 0, "request_id": "string" }