Set time spent by a person on a task for a given day.
POST /actions/tasks/{task_id}/time-spents/{date}/persons/{person_id}
curl \
-X POST http://localhost:8080/api/actions/tasks/{task_id}/time-spents/{date}/persons/{person_id} \
-d '{"duration":"string"}'
Request examples
{
"duration": "string"
}