Authorization: Bearer ********************{
"subject": "string",
"subtitle": "string",
"content": "string",
"recipients": [
{
"email": "string",
"name": "string"
}
]
}curl --location 'http://localhost:4002/rest/v1/emails/send' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subject": "string",
"subtitle": "string",
"content": "string",
"recipients": [
{
"email": "string",
"name": "string"
}
]
}'{}