curl --location '/location/10000001/monthly_consumption?startMonth=undefined&endMonth=undefined&type=undefined' \
--header 'X-ApiKey: <api-key>'{
"property1": [
{
"month": "2024-03",
"consumption": 186.4,
"unit": "mwh",
"type": "District Heating"
}
],
"property2": [
{
"month": "2024-03",
"consumption": 186.4,
"unit": "mwh",
"type": "District Heating"
}
]
}