curl --location --request GET 'https://api.youlai.tech/api/v1/menus//form' \
--header 'Authorization: '{
"code": "string",
"data": {
"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"
}
]
},
"msg": "string"
}