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