curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/chat \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>",
"conversation_id": "<string>"
}
'{
"conversation_id": "<string>",
"message_id": "<string>",
"response": "<string>",
"tools_used": [
"<string>"
]
}Send a message to the analytics chat assistant and receive an AI-generated response
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/chat \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>",
"conversation_id": "<string>"
}
'{
"conversation_id": "<string>",
"message_id": "<string>",
"response": "<string>",
"tools_used": [
"<string>"
]
}