{
"appId": "{{appid}}",
"snsId": 14214000407987818000,
"open": true
}curl --location '/wechat/v2/api/sns/snsSetPrivacy' \
--header 'X-WECHAT-TOKEN: {{wechat-token}}' \
--header 'Content-Type: application/json' \
--data '{
"appId": "{{appid}}",
"snsId": 14214000407987818000,
"open": true
}'{
"ret": 200,
"msg": "操作成功"
}