{
"defaultChannel": "wechat",
"defaultWebhook": ""
}
curl --location --request POST 'https://www.pushplus.plus/api/open/setting/changeDefaultChannel' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"defaultChannel": "wechat",
"defaultWebhook": ""
}'
{
"code": 200,
"msg": "执行成功",
"data": null
}