Authorization: ********************{
"templateId": "template_123456",
"toEmail": "recipient@example.com",
"subject": "邮件主题",
"content": "邮件内容"
}curl --location --request POST 'https://www.html-js.cn/api/mailTemplate/sendEmail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId": "template_123456",
"toEmail": "recipient@example.com",
"subject": "邮件主题",
"content": "邮件内容"
}'{}