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