curl --location '/api/v1/contacts/'{
"id": "string",
"name": "string",
"role": "string",
"location": "string",
"linkedinUrl": "string",
"linkedinId": "string",
"email": "string",
"phone": "string",
"phoneType": "string",
"avatarUrl": "string",
"tags": [
"string"
],
"seniority": "string",
"area": "string",
"experience": {},
"education": {},
"ownerId": "string",
"customFields": {},
"sandbox": true,
"archived": true,
"workspaceId": "string",
"createdAt": "string",
"updatedAt": "string"
}