curl --location --request GET 'https://marvelrivalsapi.com/api/v1/achievement/' \
--header 'x-api-key;'
{
"achievement": {
"name": "Sticking Around",
"category": "Exploration",
"points": 100,
"icon": "/achievements/Sticking_Around.webp",
"mission": "Unlocked by discovering all hidden locations."
}
}