curl --location 'https://app.mgpanel.co/api/campaigns//send' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"mode": "scheduled",
"scheduled_at": "2026-06-01T14:00:00.000Z"
}'{
"success": true,
"message": "Campaña programada",
"campaign_id": "507f1f77bcf86cd799439011",
"status": 10,
"status_label": "scheduled",
"scheduled_send_at": "2026-06-01T14:00:00.000Z"
}