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/{year}/{month}' \
--header "Authorization: $API_KEY"