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