Execute a natural language query and return the summarized results in natural language.
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API token provided by the Snow Leopard team during deployment setup.
Natural language query to execute against your dataset
"How many users signed up last month?"
Streaming response with newline-delimited JSON objects
Stream of JSON objects, one per line, in order: ResponseStart, ResponseData, ResponseLLMResult (or EarlyTermination)