curl --location --request POST 'https://apigw.klinkcx.com/api/v1/contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "FrankMcCallister",
"email": [],
"phone": [
{
"phone": "1-800-759-3000",
"isPrimary": true
}
]
}'{
"name": "FrankMcCallister4",
"company": null,
"id": "b10e10c4-1971-4ed4-ae88-ea571d786b9b",
"email": [],
"phone": [
{
"phone": "1-800-759-3000",
"isPrimary": true
}
]
}