POST /api/v1/email/send
Authenticate with `Authorization: Bearer ps_email_...`.
curl -X POST https://noticeapi.com/api/v1/email/send \
-H "Authorization: Bearer ps_email_..." \
-H "Content-Type: application/json" \
-d '{
"from": "[email protected]",
"to": "[email protected]",
"subject": "Welcome aboard",
"text": "Your account is ready."
}'