{
"menuIds": "string",
"rid": 0,
"appId": 0
}
curl --location --request POST '/v4/gateway/acc.role.assignmenu' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuIds": "string",
"rid": 0,
"appId": 0
}'
{
"data": true,
"success": true,
"message": "string",
"code": 0
}