curl --location --request GET 'http://localhost:8080/api/chart/getHmiChartOfWeek?deviceSn&startDate&endDate' \
--header 'Authorization: '
{
"success": false,
"errCode": "",
"errMessage": "",
"data": [
{
"date": "",
"revenue": 0.0,
"loadConsumption": 0.0,
"pvEnergyGenerated": 0.0,
"gridImportedEnergy": 0.0,
"gridExportedEnergy": 0.0,
"netGridUse": 0.0,
"batteryInputEnergy": 0.0,
"batteryOutputEnergy": 0.0,
"totalGeneratorPower": 0,
"solarInverterEnergy": 0.0
}
]
}