curl --location --request POST 'http://localhost:8108/multi_search' \
--header 'x-typesense-api-key: nkbN8NxhR9rl5GJtl2ytWj3RqC4HVX2b' \
--header 'Content-Type: text/plain' \
--data-raw '{
"searches": [
{
"q": "Mila",
"query_by": "embedding",
"collection": "products",
"prefix": "false",
"exclude_fields": "embedding",
"per_page": 1
}
]
}'
{}