#!/usr/bin/env bash
set -euo pipefail
BASE_URL="${DUCK_API_URL:-http://127.0.0.1:8000}"
curl -fsS "${BASE_URL}/v1/memory/search?q=duck"