Authorization: Bearer ********************
{
"name": "Иванов Иван Иванович",
"phone": "89999999999",
"additionalPhone": "89999999999",
"email": "test@mail.ru",
"lead": "/leads/1",
"customer": "/customers/1",
"applicationAccess": true
}
curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/contacts' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Иванов Иван Иванович",
"phone": "89999999999",
"additionalPhone": "89999999999",
"email": "test@mail.ru",
"lead": "/leads/1",
"customer": "/customers/1",
"applicationAccess": true
}'