curl --location --request POST 'https://my.xentree.com/api/knowledge/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"conversation_id": "string",
"filters": {},
"options": {}
}'