Post data
POST {{url}}/info
Post data to the API at the /info endpoint, passing the json to add as body data
Request Body
{"name"=>"sue"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"message":"You made a POST request with the following data!","data":{"name":"sue"}}