curl --location --request GET '/sport/api/v3/advanced/list/coach/honor?sport_id&coach_id&page&per_page&recent_update'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"coach_id": 12324,
"honor": [
{
"honor_id": 1,
"items": [
{
"team_id": 1456,
"year": "2023/11"
},
{
"team_id": 1456,
"year": "2023/112"
}
]
}
]
},
{
"sport_id": 12324,
"coach_id": 32364,
"honor": [
{
"honor_id": 2,
"items": [
{
"team_id": 1456,
"year": "2023/11"
},
{
"team_id": 1456,
"year": "2023/112"
}
]
}
]
}
],
"total": 1
},
"msg": "success"
}