This contract is set up to respond to POST
requests to the /person
endpoint with a 201
.
The body of the response will reflect the values passed in the request.
name: Post person
request:
method: POST
urlPath: /person
headers:
Content-Type: application/json