{ "token": "be8652e98bd04139a13e1bffcd6d0f71", "title": "标题", "content": "# 大标题 \n ##### 小标题 \n 1. 第一项 \n 2. 第二项 \n 3. 第三项", "template": "markdown" }
curl --location --request POST 'https://www.pushplus.plus/send' \ --header 'Content-Type: application/json' \ --data-raw '{ "token":"be8652e98bd04139a13e1bffcd6d0f71", "title":"标题", "content":"# 大标题 \n ##### 小标题 \n 1. 第一项 \n 2. 第二项 \n 3. 第三项", "template":"markdown" }'
{ "code": 200, "msg": "请求成功", "data": "075074e3c17e449e9a0cb79cc6f3fc83" }