- [ ] GET /blocks Will get blocks - [ ] POST /blocks Will create a new block or blocks - [ ] DELETE /blocks/:id Will delete a block by id - [ ] PUT /blocks Will update a set of blocks It's possible that we'll need to get an individual block by id, but not required at the moment.