curl --location 'https://marvelrivalsapi.com/api/v2/player//match-history?season=&page=&limit=&skip=&game_mode=×tamp=' \
--header 'x-api-key;'{
"match_history": [
{
"match_map_id": 0,
"map_thumbnail": "string",
"match_play_duration": "string",
"match_season": "string",
"match_uid": "string",
"match_winner_side": 0,
"mvp_uid": 0,
"svp_uid": 0,
"score_info": null,
"match_time_stamp": 0,
"play_mode_id": 0,
"game_mode_id": 0,
"match_player": {
"assists": 0,
"kills": 0,
"deaths": 0,
"is_win": {
"score": 0,
"is_win": true
},
"disconnected": true,
"player_uid": 0,
"camp": 0,
"score_info": {
"add_score": 0,
"level": 0,
"new_level": 0,
"new_score": 0
},
"player_hero": {
"hero_id": 0,
"hero_name": "string",
"hero_type": "string",
"kills": 0,
"deaths": 0,
"assists": 0,
"play_time": {
"raw": 0,
"formatted": "string"
},
"total_hero_damage": 0,
"total_damage_taken": 0,
"total_hero_heal": 0,
"hero_thumbnail": "/heroes/warrior.png"
}
}
}
],
"pagination": {
"page": 0,
"limit": 0,
"total_matches": 0,
"total_pages": 0,
"has_more": true
}
}