Add a new customer
POST {{baseUrl}}/customer
Request Body
{"name"=>"{{$randomFullName}}", "company"=>"{{$randomCompanyName}}", "tag"=>"{{$randomBsNoun}}", "role"=>"{{$randomJobTitle}}", "vertical"=>"{{$randomProductName}}", "id"=>51362166}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"message":"New customer added!"}