Get time spents for current user and given date.
GET
/data/user/tasks/{task_id}/time-spents/{date}
curl \
--request GET http://api.example.com/data/user/tasks/{task_id}/time-spents/{date} \
--header "Authorization: $API_KEY"