post
https://api.surense.com/api/v1/contacts
Create a new contact. At least one contact information is needed (either a phone number or an email address).
Example:
{
"firstName": "חן",
"lastName": "משפחה",
"role": "מנהל",
"email1": "[email protected]",
"companyId": null,
"employerId": null
}