{
"toAddress": "string",
"subject": "string",
"textBody": "string"
}curl --location --request POST '/front/cloud/send/text/mail' \
--header 'Content-Type: application/json' \
--data-raw '{
"toAddress": "string",
"subject": "string",
"textBody": "string"
}'{
"code": 0,
"msg": "string",
"data": null
}