curl --location --request GET 'https://marvelrivalsapi.com/api/v1/maps?page&limit' \
--header 'x-api-key;'
{
"total_maps": 50,
"maps": [
{
"id": "map-001",
"name": "Sky Arena",
"type": "1v1",
"description": "A floating island with dynamic obstacles.",
"image": "maps/sky-arena.webp"
}
]
}