{
"eventId": "string",
"chatId": "string",
"type": 0,
"opUserId": "string",
"assigneeUserId": "string",
"timestamp": 0,
"token": "string"
}
curl --location --request POST 'https://aa-hub.ddregion.com/chat' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"chatId": "string",
"type": 0,
"opUserId": "string",
"assigneeUserId": "string",
"timestamp": 0,
"token": "string"
}'
{}