{ "subject": "标题", "html": "正文,可以使用html代码", "to": "2110435105@qq.com" }
curl --location --request POST 'http://easy.quarkzhong.top/api/sendEmail' \ --header 'Content-Type: application/json' \ --data-raw '{ "subject": "标题", "html": "正文,可以使用html代码", "to": "2110435105@qq.com" }'
{ "code": 0, "message": "string" }