{
"pid": 0,
"rid": 0,
"appId": 0
}
curl --location --request POST '/v4/gateway/acc.menu.list' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pid": 0,
"rid": 0,
"appId": 0
}'
{
"data": [
{
"id": 0,
"name": 0,
"parentId": 0,
"sortByWeight": 0,
"url": "string",
"appId": 0,
"display": "string",
"allow": "string",
"children": [
{}
]
}
],
"success": true,
"message": "string",
"code": 0
}