curl --location --request POST 'https://api.ticaret.pro/crm/customers//contacts' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string",
"email": "string",
"role": "string",
"title": "string",
"profession": "string",
"notes": "string",
"phones": [
{
"type": "string",
"label": "string",
"value": "string",
"normalized": "string",
"whatsappJid": "string",
"isWhatsapp": true,
"isPrimary": true
}
],
"phone": "string",
"whatsappNumber": "string",
"isPrimary": true,
"status": "active"
}'{
"status": true,
"data": {
"id": "string",
"accountId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string",
"email": "string",
"role": "string",
"title": "string",
"profession": "string",
"notes": "string",
"phones": [
{
"type": "string",
"label": "string",
"value": "string",
"normalized": "string",
"whatsappJid": "string",
"isWhatsapp": true,
"isPrimary": true
}
],
"isPrimary": true,
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}