curl --location 'https://api.esportsdata.cc/sport/api/v3/advanced/list/market_rank'{
"code": 0,
"data": {
"list": [
{
"rank_list": [
{
"team_id": 1234,
"player_id": 1234,
"ranking": 1,
"country_id": 1,
"market_value": 180000000,
"market_value_currency": "€"
},
{
"team_id": 1326,
"player_id": 1234,
"ranking": 2,
"country_id": 2,
"market_value": 180000000,
"market_value_currency": "€"
}
],
"update_time": 1728958472
}
],
"total": 2
},
"msg": "success"
}