{
"webhookCode": "pushplus",
"webhookName": "推送加",
"webhookType": 1,
"webhookUrl": "url"
}
curl --location --request POST 'https://www.pushplus.plus/api/open/webhook/add' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookCode": "pushplus",
"webhookName": "推送加",
"webhookType": 1,
"webhookUrl": "url"
}'
{
"code": 200,
"msg": "请求成功",
"data": 2
}