curl --location --request GET 'https://api.esportsdata.cc/esport/api/v3/advanced/list/rank?sport_id=1&page&per_page' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 1,
"team_id": 335,
"rank": 1
},
{
"sport_id": 1,
"team_id": 648,
"rank": 2
},
{
"sport_id": 1,
"team_id": 558,
"rank": 3
},
{
"sport_id": 1,
"team_id": 947,
"rank": 4
}
],
"total": 4
},
"msg": "success"
}