Create a new book

POST {{baseUrl}}/books/

Adds a book to the Library. Books added by users are deleted from the library 12 hours after they have been created.

Request Body

{"title"=>"{{tempBookTitle}}", "author"=>"Gabriel García Márquez", "genre"=>"fiction", "yearPublished"=>1967}

RESPONSES

status: Created

{"message":"OK"}