curl --location --request GET '/auth/menus' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000'{
"code": 0,
"data": [
{
"alwaysShow": true,
"children": [
{
"alwaysShow": true,
"children": [
{
"alwaysShow": null,
"children": [
"string"
],
"component": "string",
"hidden": true,
"meta": {
"icon": "string",
"link": "string",
"noCache": true,
"title": "string"
},
"name": "string",
"path": "string",
"query": "string",
"redirect": "string"
}
],
"component": "string",
"hidden": true,
"meta": {
"icon": "string",
"link": "string",
"noCache": true,
"title": "string"
},
"name": "string",
"path": "string",
"query": "string",
"redirect": "string"
}
],
"component": "string",
"hidden": true,
"meta": {
"icon": "string",
"link": "string",
"noCache": true,
"title": "string"
},
"name": "string",
"path": "string",
"query": "string",
"redirect": "string"
}
],
"message": "string",
"status": 0
}