{
"name": "string",
"path": "string",
"component": "string",
"icon": "string",
"permission": "string",
"parentId": "string",
"sort": 0,
"hidden": true,
"keepAlive": true,
"status": 0
}curl --location --request PUT '/menu/update/' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"path": "string",
"component": "string",
"icon": "string",
"permission": "string",
"parentId": "string",
"sort": 0,
"hidden": true,
"keepAlive": true,
"status": 0
}'