ContactsCreate a new contactCreate a new contact POST/contacts/new Creates a new contact. If a contact with the same unique identifier (email by default) already exists, returns a 400 error. Use PUT/PATCH to upsert. Request Responses201400403Contact createdInvalid request parametersInsufficient permissions