Add a new customer

POST {{baseUrl}}/customer

Request Body

{"id"=>81716905, "name"=>"{{$randomFullName}}", "company"=>"{{$randomCompanyName}}", "tag"=>"{{$randomBsNoun}}", "role"=>"{{$randomJobTitle}}", "vertical"=>"{{$randomProductName}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"message":"New customer added!","status":"OK"}