Get all time spents for the current user.
Optionnaly can accept date range parameters.
GET
/data/user/time-spents
curl \
--request GET 'http://api.example.com/data/user/time-spents' \
--header "Authorization: $API_KEY"
Response examples (200)
[
{}
]