curl --location --request DELETE 'https://app.mgpanel.co/api/goals-v1/objectives/68100aae68cde71cc5bcc3d2/achievements/68100aae68cde71cc5bcc3e0' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"message": "Logro eliminado correctamente",
"deleted_achievement": {
"achievement_id": "68100aae68cde71cc5bcc3e0",
"title": "Correr 30 minutos"
}
}