curl --location --request GET 'https://api2.hik-cloud.com/api/v1/edu/basic/devices/actions/getDeviceConsumptionData?consumptionType&deviceSerial&startDate&endDate' \
--header 'Authorization: Bearer '
{
"code": 200,
"message": "操作成功",
"data": {
"consumption": "10"
}
}