curl --location --request GET '/sport/api/v3/advanced/list/fiba_rank?sport_id=&type=1&publish_time=&page=&per_page=&recent_update='
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"publish_time": 1744300800,
"rank_list": [
{
"team_id": 1234,
"ranking": 1,
"region_id": 1,
"region_rank": 1,
"points": 103,
"rank_change": 10,
"streaks": 10
},
{
"team_id": 1632,
"ranking": 2,
"region_id": 2,
"region_rank": 1,
"points": 103,
"rank_change": 10,
"streaks": 10
}
],
"update_time": 1728958472
}
],
"total": 2
},
"msg": "success"
}