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