Return all day off recorded for given year and person.
GET
/data/persons/{person_id}/day-offs/year/{year}
curl \
--request GET http://api.example.com/data/persons/{person_id}/day-offs/year/{year} \
--header "Authorization: $API_KEY"