Authorization: ********************{
"id": 0,
"parentId": 0,
"label": "string",
"sortValue": 0,
"name": "string",
"path": "string",
"component": "string",
"redirect": "string",
"icon": "string",
"authority": "string",
"type": "MENU",
"hide": true,
"keepAlive": true,
"href": "string",
"frameSrc": "string",
"version": 0
}curl --location --request PUT 'http://localhost:8080/api/system/menu' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"parentId": 0,
"label": "string",
"sortValue": 0,
"name": "string",
"path": "string",
"component": "string",
"redirect": "string",
"icon": "string",
"authority": "string",
"type": "MENU",
"hide": true,
"keepAlive": true,
"href": "string",
"frameSrc": "string",
"version": 0
}'{
"code": 0,
"message": "",
"data": false,
"error": ""
}