{ "size": "20", "offset": "0" }
curl --location --request POST 'http://127.0.0.1/topapi/role/list?access_token=6ed1bxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "size": "20", "offset": "0" }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "hasMore": true, "list": [ { "name": "string", "groupId": 0, "roles": [ { "name": "string", "id": 0 } ] } ] } }