curl --location 'https://app.mgpanel.co/api/goals-v1/objectives/68100aae68cde71cc5bcc3d2/achievements' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"title": "Correr 30 minutos",
"description": "",
"status": 1,
"responsible_id": "6800b5ce79b0fceec4a4d111",
"closing_date": "2026-05-01",
"repetition": null
}'{
"success": true,
"message": "Logro creado exitosamente",
"achievement_id": "68100aae68cde71cc5bcc3e0"
}