{
"sendMail": "1935613@qq.com",
"theme": "测试邮件",
"txt": "邮件内容"
}
curl --location --request POST '/myauth/web/sendMailTest' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"sendMail": "1935613@qq.com",
"theme": "测试邮件",
"txt": "邮件内容"
}'
{
"code": 200,
"success": true,
"msg": "发送成功",
"sign": "",
"result": null,
"timestamp": 1652756710470
}