curl --location --request GET 'https://marvelrivalsapi.com/api/v1/game-versions?page&limit¤t' \
--header 'x-api-key;'
{
"total_versions": 8,
"formatted_versions": [
{
"version": 20241210,
"release": "Dec 10, 2024",
"patchNotesUrl": "/api/v1/patch-notes/20241210"
}
]
}