add 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"=>"One Hundred Years of Solitude", "author"=>"Gabriel García Márquez", "genre"=>"fiction", "yearPublished"=>1967}
RESPONSES
status: Created
{"message":"OK"}