{
"token":"be8652e98bd04139a13e1bffcd6d0f71",
"title":"邮件标题",
"content":"邮件正文内容",
"channel":"mail",
"webhook":"163",
"template":"html"
}
curl --location --request POST 'https://www.pushplus.plus/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"token":"be8652e98bd04139a13e1bffcd6d0f71",
"title":"邮件标题",
"content":"邮件正文内容",
"channel":"mail",
"webhook":"163",
"template":"html"
}'
{
"code": 200,
"msg": "请求成功",
"data": "075074e3c17e449e9a0cb79cc6f3fc83"
}