{
"event": "20018",
"description": "好友删除通知事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"sendTime": 1726826627676,
"avatarUrl": "7053704521966022857",
"corpId": "string",
"nickname": "0",
"sex": 1,
"userId": "string"
}
}
curl --location --request POST 'http://callbackurl' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "20018",
"description": "好友删除通知事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"sendTime": 1726826627676,
"avatarUrl": "7053704521966022857",
"corpId": "string",
"nickname": "0",
"sex": 1,
"userId": "string"
}
}'
{}