here's the request I'm making to do the export:
curl '{HOSTNAME}.
typesense.net/collections/kiosk_notes/documents/export?filter_by=tags:+\[ClearBillAcceptor\]+%26%26+(id:*+%7C%7C+$KIOSKS(id:+*))&include_fields=$KIOSKS(*,+strategy:+nest_array)+as+KIOSKS' \
-H 'accept: application/json, text/plain, */*' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'dnt: 1' \
-H 'origin:
http://localhost:3000' \
-H 'priority: u=1, i' \
-H 'referer:
http://localhost:3000/' \
-H 'sec-ch-ua: "Not;A=Brand";v="24", "Chromium";v="128"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "macOS"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: cross-site' \
-H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36' \
-H 'x-typesense-api-key: {typesense_api_key}'