{ "appId": "{{appid}}", "wxid": "wxid_phyyedw9xap22", "onlyChat": true }
curl --location --request POST '/contacts/setFriendPermissions' \ --header 'X-GEWE-TOKEN: {{gewe-token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": "{{appid}}", "wxid": "wxid_phyyedw9xap22", "onlyChat": true }'
{ "ret": 200, "msg": "设置好友权限成功" }