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