curl --location --request GET '/sport/api/v3/advanced/202/coach_history?coach_id=&page=&per_page=&recent_update='
{
"code": 0,
"data": {
"list": [
{
"coach_id": 1234,
"country_id": 1,
"birthday": "1986-12-10",
"formation": "4-3-3",
"history": [
{
"team_id": 12324,
"position": 1,
"joined": 1742281869,
"contract_until": 1742281869,
"matches": 100,
"win": 60,
"draw": 10,
"lose": 30,
"GS_avg": 2.3,
"GA_avg": 0.93,
"score_avg": 1.87
}
],
"update_time": 1728958472
}
],
"total": 1
},
"msg": "success"
}