curl -X GET \
"https://sprift.com/api/v2/property/100090914832" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"uprn": "100090914832",
"address": {
"line_1": "42 Example Street",
"postcode": "SW1A 1AA"
},
"epc": { "current_rating": "C" },
"flood_risk": { "surface_water": "Low" },
"tenure": "Freehold",
}