{
"orgId": "string",
"token": "string",
"requestId": "string",
"externalRequestId": "string",
"timestamp": 0,
"botId": "string",
"imBotId": "string",
"imContactId": "string",
"imRoomId": "string",
"messageType": 1,
"payload": {
"name": "string",
"url": "string",
"size": 0
},
"sendCode": 0,
"errorCode": "string",
"messageId": "string"
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api?token=***' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"token": "string",
"requestId": "string",
"externalRequestId": "string",
"timestamp": 0,
"botId": "string",
"imBotId": "string",
"imContactId": "string",
"imRoomId": "string",
"messageType": 1,
"payload": {
"name": "string",
"url": "string",
"size": 0
},
"sendCode": 0,
"errorCode": "string",
"messageId": "string"
}'{
"orgId": "646d818baf71f175124fabde",
"token": "66fe7b0b027b4277bdadfb3236c230e5",
"requestId": "65a772cd0b1f68bb1b4a85b6",
"externalRequestId": "",
"botId": "657fb386adadbcecdf5a5567",
"imBotId": "1688854807513525",
"imContactId": "7881301204958266",
"messageType": 7,
"payload": {
"text": "Hello World"
},
"errorCode": 0,
"sendCode": 0,
"timestamp": 1705472718082
}