{
"uuid": "1702D8OBYWWQ",
"start_time": 1731897780,
"end_time": 1731891780
}curl --location --request POST '/stats/device/event' \
--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 'X-Tg-Content-Sha256;' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "1702D8OBYWWQ",
"start_time": 1731897780,
"end_time": 1731891780
}'{
"code": 0,
"msg": "string",
"data": [
{
"day": "string",
"total": 0
}
]
}