curl --location --request POST 'https://api.anakin.ai/v1/chatbots/1344/messages' \
--header 'X-Anakin-Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "Say this is a test!",
"stream": true
}'
{
"content": "This is a test!",
"threadId": "CM88W9SLrm712ozLA4Pz5Xmhzoj5EIcf"
}