Add a new customer

POST {{baseUrl}}/customer

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"message":"New customer added!"}