curl --location --request POST 'https://api.falken.ltd/api/ai/chat' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string",
"conversationId": "ee6e55e8-45fe-4a3e-9bc8-4669f9fdf77a",
"contextType": "string",
"contextEntityId": "9fe24307-4e91-435b-9bf7-d727f6a37d80",
"systemPrompt": "string"
}'{
"message": "string",
"conversationId": "ee6e55e8-45fe-4a3e-9bc8-4669f9fdf77a",
"messageId": "8540d774-4863-4d2b-b788-4ecb19412e85",
"timestamp": "2019-08-24T14:15:22.123Z",
"provider": "string",
"model": "string",
"tokenUsage": {
"promptTokens": 0,
"completionTokens": 0,
"totalTokens": 0
}
}