{
"token": "{token}",
"title": "标题",
"content": "消息内容",
"channel": "cmcc",
"template": "txt"
}curl --location 'https://www.pushplus.plus/send' \
--header 'Content-Type: application/json' \
--data '{
"token": "{token}",
"title": "标题",
"content": "消息内容",
"channel": "cmcc",
"template": "txt"
}'{
"code": 200,
"msg": "请求成功",
"data": "075074e3c17e449e9a0cb79cc6f3fc83"
}