Everything you need to integrate SendBaba into your applications
curl -X POST https://api.sendbaba.com/v1/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "user@example.com",
"subject": "Hello from SendBaba!",
"html": "<h1>Welcome!</h1><p>Thanks for signing up.</p>"
}'