{
"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": ""
}'