{
"id": 0,
"parentId": 0,
"name": "string",
"type": 0,
"routeName": "string",
"routePath": "string",
"component": "string",
"perm": "string",
"visible": 0,
"sort": 0,
"icon": "string",
"redirect": "string",
"keepAlive": 1,
"alwaysShow": 1,
"params": [
{
"key": "string",
"value": "string"
}
]
}curl --location --request PUT 'https://api.youlai.tech/api/v1/menus/' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"parentId": 0,
"name": "string",
"type": 0,
"routeName": "string",
"routePath": "string",
"component": "string",
"perm": "string",
"visible": 0,
"sort": 0,
"icon": "string",
"redirect": "string",
"keepAlive": 1,
"alwaysShow": 1,
"params": [
{
"key": "string",
"value": "string"
}
]
}'{
"code": "string",
"data": {},
"msg": "string"
}