{
"appId": "string",
"chatroomId": "xxx@chatroom",
"inviteVerifySet": 0
}curl --location 'https://api.wekeapi.com/api/v1/chatroom/setInviteVerify' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"chatroomId": "xxx@chatroom",
"inviteVerifySet": 0
}'{
"code": 0,
"data": true,
"message": "OK"
}