Authorization: Bearer ********************{
"reportType": "DAILY",
"dateRange": {
"from": "2024-01-01T00:00:00.000Z",
"to": "2024-12-31T00:00:00.000Z"
}
}curl --location --request POST '/api/up/report/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reportType": "DAILY",
"dateRange": {
"from": "2024-01-01T00:00:00.000Z",
"to": "2024-12-31T00:00:00.000Z"
}
}'{
"data": [
{}
]
}