add book
POST https://postman-library-api.glitch.me/books
Request Body
{"title"=>"Dune", "author"=>"Roger Zelazny", "genre"=>"fiction", "yearPublished"=>1965}
POST https://postman-library-api.glitch.me/books
{"title"=>"Dune", "author"=>"Roger Zelazny", "genre"=>"fiction", "yearPublished"=>1965}