API for Votes
- GET everyone can get all votes (by ID not necessary)
- POST capturer and admin can add a vote
- PUT capturer and admin can update a vote
- DELETE capturer and admin can delete a vote
When Posting a vote check if all votes have been captured for the desk and if it's the case, mark desk as completed (update CompletionDate also)