curl --location --request GET 'http://10.8.0.4/prod-api/getRouters' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJtb0lBRmwwa0xpbENCODFuUUNINDV2YWxQVmFPMXZ4bSIsInVzZXJJZCI6MX0.XdB8Kviyezfrztm49AtYTTeWxAFKyCNCYPR9yWoT_IQ' \
--header 'clientid;'
{
"code": 0,
"msg": "string",
"data": [
{
"name": "string",
"path": "string",
"hidden": true,
"redirect": "string",
"component": "string",
"query": "string",
"alwaysShow": true,
"meta": {
"title": "string",
"icon": "string",
"noCache": true,
"link": "string"
}
}
]
}