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