curl --location 'https://app.mgpanel.co/api/deals//notes' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"content": "Llamada de seguimiento",
"type": "call",
"status": "nuevo",
"due_date": "2026-06-01"
}'{
"success": true,
"message": "Nota agregada",
"note": {}
}