curl --location --request GET 'https://api.youlai.tech/api/v1/menus/routes' \
--header 'Authorization: '{
"code": "string",
"data": [
{
"path": "user",
"component": "system/user/index",
"redirect": "https://www.youlai.tech",
"name": "string",
"meta": {
"title": "string",
"icon": "string",
"hidden": true,
"keepAlive": true,
"alwaysShow": true,
"params": {
"property1": "string",
"property2": "string"
}
},
"children": [
{}
]
}
],
"msg": "string"
}