curl --location --request GET 'https://marvelrivalsapi.com/api/v1/patch-notes?page&limit' \
--header 'x-api-key;'
{
"total_patches": 50,
"formatted_patches": [
{
"patchTitle": "Marvel Rivals Version 20250214 Patch Notes",
"patchDate": "2025-02-14",
"patchType": "Patch Notes",
"previewText": "This update includes new features and bug fixes.",
"imagePath": "/images/patches/patch_20250214_1.jpg",
"fullContent": "Details of the patch note.",
"htmlContent": "<p>Details in HTML format.</p>"
}
]
}