curl --location 'https://marvelrivalsapi.com/api/v2/map/' \
--header 'x-api-key;'{
"id": 0,
"name": "string",
"full_name": "string",
"location": "string",
"description": "string",
"game_mode": "string",
"is_competitve": true,
"sub_map": {
"id": 0,
"name": null,
"thumbnail": null
},
"video": "string",
"images": [
"string"
]
}