{
"event_id": "string",
"event_type": "string",
"company_id": "string",
"webhook_url": "string",
"data": {
"id": "string",
"state": 0
}
}
curl --location --request POST 'https://chat.jijyun.cn' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_id": "string",
"event_type": "string",
"company_id": "string",
"webhook_url": "string",
"data": {
"id": "string",
"state": 0
}
}'
{}