{
"appId": "{{appid}}",
"snsId": 14214000407987819068,
"open": true
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/sns/snsSetPrivacy' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"snsId": 14214000407987819068,
"open": true
}'
{
"ret": 200,
"msg": "操作成功"
}