{
"token": "string",
"eventType": 1,
"logoutReason": "string",
"bot": {
"wecomUserId": "string",
"partnerOrgId": "string",
"botCorpId": "string",
"orgCorpId": "string",
"botId": "string",
"imBotId": "string",
"orgId": "string",
"status": 1,
"name": "string",
"avatar": "string",
"type": 1,
"group": {
"groupId": "string",
"groupName": "string"
}
}
}
curl --location --request POST 'https://aa-hub.ddregion.com?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"eventType": 1,
"logoutReason": "string",
"bot": {
"wecomUserId": "string",
"partnerOrgId": "string",
"botCorpId": "string",
"orgCorpId": "string",
"botId": "string",
"imBotId": "string",
"orgId": "string",
"status": 1,
"name": "string",
"avatar": "string",
"type": 1,
"group": {
"groupId": "string",
"groupName": "string"
}
}
}'
{}