curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/advanced/list/club_rank?page&per_page&recent_update' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"team_id": 1234,
"ranking": 1,
"points": 2300,
"last_points": 1243,
"rank_change": 4,
"update_time": 1728958472
},
{
"sport_id": 202,
"team_id": 1326,
"ranking": 2,
"points": 2071,
"last_points": 1243,
"rank_change": 4,
"update_time": 1728958472
}
],
"total": 2
},
"msg": "success"
}