curl -X POST 'https://api.pricehubble.com/api/v1/valuation/property_value?access_token=74126eab0a9048d993bda4b1b55ae074' \
-H 'Content-Type: application/json' \
-d '{
"dealType": "sale",
"valuationInputs": [
{
"property": {
"location": {
"address": {
"postCode": "8037",
"city": "Zurich",
"street": "Nordstrasse",
"houseNumber": "391"
}
},
"propertyType": {
"code": "apartment"
},
"buildingYear": 1990,
"livingArea": 100
}
}
],
"countryCode": "CH"
}'