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