{
"uuid": "1702D8OBYWWQ",
"start_time": 1731897780,
"end_time": 1731891780
}
curl --location --request POST '/stats/device/event' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "1702D8OBYWWQ",
"start_time": 1731897780,
"end_time": 1731891780
}'
{
"code": 0,
"msg": "string",
"data": [
{
"day": "string",
"total": 0
}
]
}