{
"iFrame": true,
"createBy": "string",
"updateBy": "string",
"createTime": 0,
"updateTime": 0,
"id": 0,
"children": [
{}
],
"title": "string",
"componentName": "string",
"menuSort": 999,
"component": "string",
"path": "string",
"type": 0,
"permission": "string",
"icon": "string",
"cache": true,
"hidden": true,
"pid": 0,
"subCount": 0
}curl --location '/api/menus' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"iFrame": true,
"createBy": "string",
"updateBy": "string",
"createTime": 0,
"updateTime": 0,
"id": 0,
"children": [
{}
],
"title": "string",
"componentName": "string",
"menuSort": 999,
"component": "string",
"path": "string",
"type": 0,
"permission": "string",
"icon": "string",
"cache": true,
"hidden": true,
"pid": 0,
"subCount": 0
}'{}