Model/backend/run_curl.sh
2025-11-14 13:36:09 +00:00

11 lines
402 B
Bash

curl -X POST "http://localhost:8000/v1/whlg/eligible" \
-H "Content-Type: application/json" \
-d '{"postcode": "B93 8SY"}'
curl -X POST "http://localhost:8000/v1/whlg/eligible" \
-H "Content-Type: application/json" \
-d '{"postcode": "BN15 0FD"}'
curl -X POST "http://localhost:8000/v1/whlg/eligible" \
-H "Content-Type: application/json" \
-d '{"postcode": "DY6 0LB"}'