curl --location --request POST 'https://mail.devtcloud.com/api/v1/mail/send' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "example@example.com",
"to": "example@example.com",
"subject": "Assunto",
"fromName": "Seu Nome",
"text": "Sua Mensagem",
"html": "<html></html>"
}'{
"message": "E-mail enviado"
}