curl --location --request GET 'https://web.richen8.cn/api/v1/nav/list?module_id=1§ion_id=1' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"title": "string",
"icon": "string",
"url": "string",
"type": 0,
"url_type": 0,
"badge": {
"text": "string",
"color": "string"
},
"sort_order": 0,
"module_id": 0,
"section_id": 0
}
]
}