GET http://localhost:3000/subscribers ### GET http://localhost:3000/subscribers/put id here for one subscriber ### POST http://localhost:3000/subscribers Content-Type: application/json { "name": "Emuel", "subscribedToChannel": "Hooray it worked!" } ### DELETE http://localhost:3000/subscribers/put id here ### PATCH http://localhost:3000/subscribers/put id here Content-Type: application/json { "name": "Something ", "subscribedToChannel": "Something Else" }