curl --location --request PATCH 'https://app.mgpanel.co/api/goals-v1/objectives/68100aae68cde71cc5bcc3d2' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"status": 70
}'{
"success": true,
"message": "Objetivo actualizado exitosamente",
"objective_id": "68100aae68cde71cc5bcc3d2"
}