Authorization: Bearer ********************
[
{
"name": "string",
"email": "string",
"business_phone": "string",
"mobile_phone": "string",
"home_phone": "string",
"other_phone": "string",
"time_zone": "string"
}
]
curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/users/{{user}}/host/contacts' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "string",
"email": "string",
"business_phone": "string",
"mobile_phone": "string",
"home_phone": "string",
"other_phone": "string",
"time_zone": "string"
}
]'
{
"code": 202,
"message": "Accepted"
}