Authorization: Bearer ********************
{
"timeRange":{
"startTime":165902160,
"endTime":1702653360
}
}
curl --location --request POST '/api/statistics/app/' \
--header 'Content-Type: application/json' \
--data-raw '{
"timeRange":{
"startTime":165902160,
"endTime":1702653360
}
}'
{}