{
"orgId": "string",
"token": "string",
"botId": "string",
"imBotId": "string",
"botUserId": "string",
"chatId": "string",
"avatar": "string",
"coworker": true,
"imContactId": "string",
"imRoomId": "string",
"roomWecomChatId": "string",
"roomTopic": "string",
"messageId": "string",
"isSelf": true,
"sendBy": "string",
"source": 0,
"externalUserId": "string",
"contactName": "string",
"contactType": 0,
"messageType": 0,
"payload": {
"content": "string"
}
}
curl --location --request POST 'https://aa-hub.ddregion.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"token": "string",
"botId": "string",
"imBotId": "string",
"botUserId": "string",
"chatId": "string",
"avatar": "string",
"coworker": true,
"imContactId": "string",
"imRoomId": "string",
"roomWecomChatId": "string",
"roomTopic": "string",
"messageId": "string",
"isSelf": true,
"sendBy": "string",
"source": 0,
"externalUserId": "string",
"contactName": "string",
"contactType": 0,
"messageType": 0,
"payload": {
"content": "string"
}
}'
{
"errcode": 0,
"errmsg": "string"
}