mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
11 lines
402 B
Bash
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"}'
|