chat_id: ID of the chat conversationAPI-KEY: ********************SESSION-ID: ********************curl --location --request POST '/ai/client/chat//message' \
--header 'API-KEY: <api-key>' \
--header 'SESSION-ID: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string"
}'null