curl --location --request GET '/v2/stats/server/battery/5D42DPPKJNKX?start_time=1741655492&end_time=1741860692&offset=0&limit=10&direction=0' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'X-Tg-Algorithm: TGV1-HMAC-SHA256' \
--header 'X-Tg-Signed-Headers: x-tg-app-id;x-tg-date' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: '{
"code": 0,
"data": [
{
"qoe": 0,
"is_qoe_low": true,
"is_charging": true,
"ip": "string",
"reporter": "string",
"create_time": 0,
"update_time": 0
}
],
"msg": "string",
"ok": 0,
"requestid": "string",
"status": "string"
}