curl -s ${ORIGIN:-http://127.0.0.1:8790}/v1/health | jq
curl -s -X POST ${ORIGIN:-http://127.0.0.1:8790}/v1/decide \
-H 'content-type: application/json' \
-d '{
"intent": { "kind": "..." },
"meta": { "requestId": "demo" }
}' | jq