Authorization: Bearer ********************{
"query": "test text"
}curl --location --request POST '/api/v1/knowledge/bases//retrieve' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "test text"
}'{}