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