PUT Request
PUT https://postman-echo.com/put
The HTTP PUT request method is similar to HTTP POST. It too is meant to
transfer data to a server (and elicit a response). What data is returned depends on the implementation
of the server.
A PUT request can pass parameters to the server using Query String
Parameters
, as well as the Request Body. For example, in the following
raw HTTP request,
PUT /hi/there?hand=wave