Create Contact
POST http://localhost:3000/contacts
Request Body
{"author"=>{"name"=>"Kevin Bisner", "mail"=>"kevin.bisner@freightvana.io"}, "preference"=>{"email"=>"kevin.bisner@freightvana.io", "phone"=>"825-725-1111", "text"=>"825-725-1112"}, "associations"=>[{"refType"=>"CustomerID", "refValue"=>"0298347-1383B", "name"=>"Costco"}], "addresses"=>[{"addressType"=>"Office", "street1"=>"111 Main Street", "street2"=>"Suite 300", "city"=>"Phoenix", "state"=>"AZ", "zip"=>"80014"}], "phoneNumbers"=>[{"phoneType"=>"Mobile", "value"=>"770-512-5555", "ext"=>"n/a"}], "emailAddresses"=>[{"emailType"=>"business", "value"=>"kevin.bisner@freightvana.io"}], "person"=>{"birthday"=>"04/17/1973", "department"=>"Development", "firstName"=>"Kevin", "middleName"=>"Michael", "lastName"=>"Bisner", "reportsTo"=>"Kyle Henderson", "salutation"=>"Mr.", "title"=>"Software Devleoper"}, "socialMedia"=>{"facebook"=>"https://www.facebook.com/kevinbisner", "linkedIn"=>"https://www.linkedIn.com/kevinbisner", "twitter"=>"https://www.twitter.com/kevinbisner", "instagram"=>"https://www.instagram.com/kevinbisner", "tikTok"=>"https://www.tiktok.com/kevinbisner"}, "status"=>true, "tags"=>["developer", "tech", "transportation"]}