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