{
"event_id": "1234567890",
"event_type": "authorized_account_change",
"company_id": "xx1234",
"webhook_url": "https://xxx",
"data": {
"type": "edit_external_contact",
"account_id": "123456",
"account_name": "测试1",
"channel_id": "QOKhqYLUnz4B",
"channel_name": "小红书专业号"
}
}curl --location 'https://chat.jijyun.cn' \
--header 'Content-Type: application/json' \
--data '{
"event_id": "1234567890",
"event_type": "authorized_account_change",
"company_id": "xx1234",
"webhook_url": "https://xxx",
"data": {
"type": "edit_external_contact",
"account_id": "123456",
"account_name": "测试1",
"channel_id": "QOKhqYLUnz4B",
"channel_name": "小红书专业号"
}
}'{}