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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"message":"You made a POST request with the following data!","data":{"name":"sue"}}