Rest API - HTTP Methods
Given a REST API resource at
/products/10 with data {"name":"Pen","price":1.5,"stock":100}, what will be the resource data after this PUT request body is sent?{"name":"Pencil","price":0.5}