Authorization: Bearer ********************wic_energy_session: ********************curl --location 'https://sd.wic.edu.kg/api/usage/overview?monthId=&monthsCount=' \
--header 'Authorization: Bearer <token>'{
"data": {
"months": [
{
"monthId": 1,
"label": "2026年01月",
"year": 2026,
"month": 1,
"totalKwh": 105.14,
"points": [
{
"label": "01",
"value": 3.4
},
{
"label": "02",
"value": 4.1
}
]
},
{
"monthId": 2,
"label": "2026年02月",
"year": 2026,
"month": 2,
"totalKwh": 0.01,
"points": []
}
]
},
"meta": {
"source": "school.edu.cn",
"fetchedAt": "2026-09-11T12:00:00.000Z",
"query": {
"kind": "overview"
}
}
}