curl --location --request GET 'https://marvelrivalsapi.com/api/v1/dev-diaries?page&limit' \
--header 'x-api-key;'
{
"total_entries": 50,
"formatted_entries": [
{
"id": "20250214",
"title": "Marvel Rivals Dev Diary - February 2025",
"date": "2025-02-14",
"overview": "This update includes new insights and upcoming features.",
"imagePath": "/images/dev-diaries/dev_20250214.jpg",
"fullContent": "Details of the development process."
}
]
}