{
"query": "string",
"index_names": [
"string"
],
"top_k": 10,
"weight_accurate": 0.5
}curl --location --request POST '/indices/search/hybrid?db_type' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"index_names": [
"string"
],
"top_k": 10,
"weight_accurate": 0.5
}'null