curl -X POST https://api.delightbridge.com/api/draft/talk \
-H "Content-Type: application/json" \
-H "Cookie: session=your-session-token" \
-d '{
"draft": "<p>Hi John,</p><p>Thank you for contacting us. Your refund request has been processed. It will take 5-7 business days to appear in your account.</p><p>Let me know if you have questions.</p>",
"instruction": "Make it warmer and more empathetic. Also mention that we apologize for any inconvenience.",
"messages": [
{
"body": "I need a refund for my recent purchase. This is very frustrating."
}
]
}'