curl --location --request POST 'https://api.flireo.nl/v1/query-knowledgebase' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"assistant_phone": "string",
"query": "string",
"match_threshold": 0.4,
"match_count": 1
}'{
"property1": "string",
"property2": "string"
}