Get time spent month table
Return a table giving time spent by user and by day for given year and month.
GET
/data/persons/time-spents/day-table/{year}/{month}
curl \
--request GET 'http://api.example.com/data/persons/time-spents/day-table/2022/7' \
--header "Authorization: $API_KEY"
Response examples (200)
{}