{
"webhook_id": "string",
"state": 0,
"events": [
"string"
]
}curl --location 'https://chat.jijyun.cn/v1/openapi/webhook/state?apiKey=undefined' \
--header 'Content-Type: application/json' \
--data '{
"webhook_id": "string",
"state": 0,
"events": [
"string"
]
}'{
"Code": 2000,
"Msg": "成功",
"Data": {
"result": "更新成功"
}
}