FrontToken: ********************{
"toAddress": "string",
"templateCode": "string",
"templateParam": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST '/front/cloud/send/template/mail' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"toAddress": "string",
"templateCode": "string",
"templateParam": {
"property1": "string",
"property2": "string"
}
}'{
"code": 0,
"msg": "string",
"data": {},
"error": true,
"success": true
}