Authorization: Bearer ********************{
"activePath": "string",
"component": "string",
"enabled": true,
"fixedTab": true,
"icon": "string",
"isFirstLevel": true,
"isFullPage": true,
"isHide": true,
"isHideTab": true,
"isIframe": true,
"keepAlive": true,
"link": "string",
"name": "string",
"parentId": 0,
"path": "string",
"redirect": "string",
"showBadge": true,
"showTextBadge": "string",
"sort": 0,
"title": "string"
}curl --location '/api/system/menu' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"activePath": "string",
"component": "string",
"enabled": true,
"fixedTab": true,
"icon": "string",
"isFirstLevel": true,
"isFullPage": true,
"isHide": true,
"isHideTab": true,
"isIframe": true,
"keepAlive": true,
"link": "string",
"name": "string",
"parentId": 0,
"path": "string",
"redirect": "string",
"showBadge": true,
"showTextBadge": "string",
"sort": 0,
"title": "string"
}'