curl --location 'https://api.marzdata.cn/sport/api/v3/advanced/list/market_rank?scope=1&type=1' \
--header 'app_id: {{APP_ID}}' \
--header 'app_secret: {{APP_SECRET}}'{
"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"
}