curl --request POST \
--url https://services.pref.rio/go/api/v1/typesense/multi-search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"collections": [
"<string>"
],
"params": {
"exclude_fields": "<string>",
"facet_by": "<string>",
"facet_query": "<string>",
"filter_by": "<string>",
"highlight_fields": "<string>",
"highlight_full_fields": "<string>",
"include_fields": "<string>",
"max_facet_values": 123,
"num_typos": 123,
"page": 123,
"per_page": 123,
"prefix": true,
"q": "<string>",
"query_by": "<string>",
"sort_by": "<string>"
}
}
'