{
"rid": 0
}curl --location --request POST '/v4/gateway/acc.role.listuser' \
--header 'Authorization;' \
--header 'Appkey: 1000' \
--header 'Access-Token-Type: JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"rid": 0
}'{
"data": {
"assigned": [
{
"uid": 0,
"username": "string",
"fullname": "string"
}
],
"role": {
"name": "string",
"id": 0
}
},
"success": true,
"message": "string",
"code": 0
}