curl --location --request GET 'https://api.youlai.tech/api/v1/menus' \
--header 'Authorization: '{
"code": "string",
"data": [
{
"id": 0,
"parentId": 0,
"name": "string",
"type": 0,
"routeName": "string",
"routePath": "string",
"component": "string",
"sort": 0,
"visible": 0,
"icon": "string",
"redirect": "string",
"perm": "string",
"children": [
{}
]
}
],
"msg": "string"
}