POST Request

POST {{baseUrl}}/post

The HTTP POST request method is meant to transfer data to a server (and elicit a response). What data is returned depends on the implementation of the server.

A POST request can pass parameters to the server using Query String Parameters, as well as the Request Body. For example, in the following request,

POST /hi/there?hand=wave

The parameter hand has the value wave. The request body can be in multiple formats. These formats are defined by the MIME type of th