curl --location 'http://api.wechatapi.net/finder/v2/api/contacts/setFriendPermissions' \
--header 'VideosApi-token: {{VideosApi-token}}' \
--header 'Content-Type: application/json' \
--data '{
"appId": "{{appid}}",
"wxid": "wxid_**********",
"onlyChat": true
}'{
"ret": 200,
"msg": "设置好友权限成功"
}