{
"res": "string",
"current": 0,
"pageSize": 0
}
curl --location --request POST '/v4/gateway/acc.role.resourcegroup.children' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"res": "string",
"current": 0,
"pageSize": 0
}'
{
"data": {
"total": 0,
"current": 0,
"pageSize": 0,
"list": [
{
"id": 0,
"text": "string",
"code": "string",
"parentCode": "string"
}
],
"resource": {
"code": "string",
"text": "string",
"op": [
{
"code": "string",
"text": "string"
}
]
}
},
"success": true,
"message": "string",
"code": 0
}