Rest API - HTTP Methods
Given this PATCH request body to update a product:
{"price": 19.99}
What will be the result if the original product data was {"name": "Book", "price": 25.00, "stock": 10}?