{
"question": "string",
"chatHistory": [
{
"type": "Product",
"message": "string",
"translatedMessage": "string",
"messageDate": "2019-08-24T14:15:22Z"
}
],
"customerId": "string",
"userId": "string",
"chatProfileId": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/ai/Chat' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "string",
"chatHistory": [
{
"type": "Product",
"message": "string",
"translatedMessage": "string",
"messageDate": "2019-08-24T14:15:22Z"
}
],
"customerId": "string",
"userId": "string",
"chatProfileId": "string"
}'
{}