Authorization: ********************X-API-Key: ********************curl --location 'https://my.xentree.com/api/rag/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"query": "string"
}'{
"query": "string",
"response": "string",
"status": "success"
}