Get time spent on a given task and date.
GET
/actions/tasks/{task_id}/time-spents/{date}
curl \
--request GET http://api.example.com/actions/tasks/{task_id}/time-spents/{date} \
--header "Authorization: $API_KEY"
curl \
--request GET http://api.example.com/actions/tasks/{task_id}/time-spents/{date} \
--header "Authorization: $API_KEY"