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