The HttpExchange class is responsible for storing the request and response data. In this task, you'll find its implementation that stores the request URI and the request body as a JSON with a single property.
Implement the handle() method to process a similar request and print a string with the The response from {URI} is Hello, {name} syntax.