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