{ "size": 20, "offset": 0, "role_id": 1203141 }
curl --location --request POST 'http://127.0.0.1/topapi/role/simplelist?access_token=6ed1xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "size": 20, "offset": 0, "role_id": 1203141 }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "hasMore": true, "nextCursor": 0, "list": [ { "userid": "string", "name": "string", "manageScopes": [ { "dept_id": 0, "name": "string" } ] } ] } }