curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/room/prohibitChangeRoomName",
"params": {
"guid": "",
"roomId": "",
"newFlag": 0,
"disable": true
}
}'{
"code": 0,
"msg": "成功",
"data": [
{}
]
}