{
"body": "string",
"mailId": 0,
"subject": "string",
"to": "string"
}
curl --location --request POST 'http://101.35.247.125:7788/resource/email/debugMail' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"mailId": 0,
"subject": "string",
"to": "string"
}'
{}