Authorization: Bearer ********************{
"title": "系统管理",
"parentId": 0,
"sort": 1,
"path": "/system",
"component": "system/index",
"isLink": false,
"linkPath": "https://www.example.com",
"keepAlive": true,
"menuType": "directory",
"menuVisible": true,
"status": 0,
"perms": "system:user:list",
"icon": "system",
"i18nKey": "route.system",
"activePath": "/system/user",
"tabVisible": true,
"pinTab": false,
"remark": "系统管理菜单"
}curl --location --request POST '/menu' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "系统管理",
"parentId": 0,
"sort": 1,
"path": "/system",
"component": "system/index",
"isLink": false,
"linkPath": "https://www.example.com",
"keepAlive": true,
"menuType": "directory",
"menuVisible": true,
"status": 0,
"perms": "system:user:list",
"icon": "system",
"i18nKey": "route.system",
"activePath": "/system/user",
"tabVisible": true,
"pinTab": false,
"remark": "系统管理菜单"
}'