curl --request POST \
--url https://api.n-3.co.uk/benchmark \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"total_gifa": 1500000,
"individual_units": 12,
"site_area": 15000,
"location_index": 115,
"start_date": "2024-11-01",
"total_net_internal_area": 1000,
"site_max_floors_above_ground": 2,
"site_max_floors_below_ground": 1,
"detached_garage_spaces": 0,
"basement_parking_spaces": 0,
"integral_garage_spaces": 0,
"undercroft_parking_spaces": 0,
"car_ports": 0,
"surface_parking": 0,
"primary_building_function": "residential",
"primary_building_process": "new_build",
"procurement_arrangements": "main_contractor_design_build",
"demolition": 0,
"contaminated_soil_removal": 0,
"piling": 0,
"basement_construction": 0,
"structural_alterations": 0,
"concrete_frame": 0,
"lift_escalator": 0,
"retaining_walls": 0,
"diversion_of_services": 0,
"drainage_pumping_station": 0,
"electricity_sub_station": 0,
"sprinkler_system": 0,
"party_wall": 0,
"balconies_terraces_winter_gardens": 0,
"basement_car_parking": 0
}'