Authorization: Bearer ********************[
{
"id": "string",
"conversationId": "string",
"sender": "string",
"senderName": "string",
"text": "string",
"sentAt": "2019-08-24T14:15:22.123Z",
"feedback": "Default",
"files": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"contentType": "string",
"name": "string",
"url": "string"
}
]
}
]curl --location --request POST 'https://api.ogoship.com/api/chat///' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"conversationId": "string",
"sender": "string",
"senderName": "string",
"text": "string",
"sentAt": "2019-08-24T14:15:22.123Z",
"feedback": "Default",
"files": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"contentType": "string",
"name": "string",
"url": "string"
}
]
}
]'[
{
"id": "string",
"conversationId": "string",
"sender": "string",
"senderName": "string",
"text": "string",
"sentAt": "2019-08-24T14:15:22.123Z",
"feedback": "Default",
"files": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"contentType": "string",
"name": "string",
"url": "string"
}
]
}
]