curl --location 'https://marvelrivalsapi.com/api/v2/players/leaderboard?page=&limit=&device=&season='{
"page": 0,
"limit": 0,
"total_players": 0,
"total_pages": 0,
"players": [
{
"score": 0,
"uid": "string",
"name": "string",
"icon": {
"player_icon_id": "string",
"player_icon": "string"
},
"rank": {
"rank": {
"rank": "string",
"image": "string",
"color": "string"
},
"win_rate": "string",
"max_level": 0,
"rank_score": 0,
"protect_score": 0,
"diff_score": 0,
"season_number": 0,
"win_count": 0,
"level": 0,
"max_rank_score": 0,
"season_max_level": 0,
"battle_count": 0
}
}
]
}