{
"email": "string",
"template": "string"
}
curl --location --request POST 'http://192.168.5.234:8081/api/v1/mail/send' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"template": "string"
}'
{
"output": "string",
"code": 0,
"message": "string",
"data": "string"
}