curl --location 'https://admin-api.wannanbigpig.com/admin/v1/admin-user/user-menu-info' \
--header 'Accept-Language;' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"cost": "3.2ms",
"data": {
"result": [
{
"children": {},
"children_num": {},
"code": {},
"component": {},
"created_at": {},
"description": {},
"full_path": {},
"icon": {},
"id": {},
"is_auth": {},
"is_external_links": {},
"is_new_window": {},
"is_show": {},
"name": {},
"path": {},
"pid": {},
"redirect": {},
"sort": {},
"status": {},
"status_name": {},
"title": {},
"type": {},
"type_name": {},
"updated_at": {}
}
]
},
"msg": "success",
"request_id": "req_20260423_0001"
}