curl --location --request PATCH 'https://app.mgpanel.co/api/deals/' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"stage_id": "507f1f77bcf86cd799439011",
"lost_reason": ""
}'{
"success": true,
"message": "Oportunidad actualizada",
"deal": {}
}