6. "I lost the book..."
GET <Enter API endpoint and path here>
Scenario
Expand the dialog:
(Mariya returns a couple hours later)
Mariya: "...I was reading that book in the park when a crow stole it right out of my hands and flew off! Sorry, but the book is lost now."
You: "Accidents happen. I'll just remove the book from our system."
Task
Use the Library API to make a request that will delete the book that Mariya checked out earlier.
Remember to use your collection variable {{newBookId}} as the value for the [path parameter] :newBookId
in your request URL!
Be sure to save your request!