/api/agent/quote-n1Get court fees, our service fee, and eligibility for a given claim amount. Read-only, no side effects.
curl -X POST https://go.justclaim.co.uk/api/agent/quote-n1 \
-H 'content-type: application/json' \
-d '{
"amount_pence": 50000,
"address_known": true,
"jurisdiction": "england_and_wales"
}'