curl --location '/location/10000001/daily_consumption?startDate=undefined&endDate=undefined&type=undefined' \
--header 'X-ApiKey: <api-key>'[
{
"sensor_id": "string",
"date": "2019-08-24",
"consumption": 0,
"totalConsumption": 0,
"unit": "mwh"
}
]