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