{ "dept_id": 1, "cursor": 1, "size": 10 }
curl --location --request POST 'http://127.0.0.1/topapi/industry/user/list?access_token=bE74xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "dept_id": 1, "cursor": 1, "size": 10 }'
{ "result": { "has_more": true, "next_cursor": 0, "details": [ { "feature": "string", "roles": [ { "name": "string", "id": 0 } ], "name": "string", "userid": "string", "unionid": "string" } ] }, "errcode": 0, "errmsg": "string", "success": true, "request_id": {} }