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