Rest API - HTTP Methods
A client sends a PUT request to
/users/7 with body {"username":"alice","email":"alice@example.com"}. The original resource was {"username":"alice","email":"old@example.com","age":30}. What is the resource after the PUT?