curl "https://api.zeptomail.com/v1.1/email" \ -X POST \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "Authorization:" \ -d '{ "bounce_address":"", "from": {"address": "noreply@"}, "to": [{"email_address": {"address": "user@domain.com","name": "John Deo"}}], "subject":"Test Email", "htmlbody":"
Test email sent successfully.
"}'