{
"email": "string",
"subject": "string",
"message": "string"
}curl --location '/dev/email/test' \
--header 'Authorization: Bearer s2K8jL9pQ7xZ6rV3tY5wA1bD4eG0fH' \
--header 'Content-Type: application/json' \
--data '{
"email": "string",
"subject": "string",
"message": "string"
}'{
"message": "Test email sent successfully!",
"status": "success"
}