curl --location --request POST '/admin-api/elecmeter/electricityQuery/statistics' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"code": 0,
"data": {
"property1": {},
"property2": {}
},
"msg": "string"
}