Authorization: ********************
{
"contact_manager_list_id": 0,
"entry": [
{
"name": "string",
"value": "string",
"type": "string"
}
],
"project_sid": 0,
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
],
"country_code": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/contactmanager/contactmanager/addcontactentry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_manager_list_id": 0,
"entry": [
{
"name": "string",
"value": "string",
"type": "string"
}
],
"project_sid": 0,
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
],
"country_code": "string"
}'
{
"contact_id": 0
}