curl --location --request POST '/leads/process_item' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"leadSource": {
"id": 1,
"label": "Входящий звонок"
},
"name": "string",
"surname": "string",
"company": "string",
"campaign": "string",
"phone": "string",
"additionalPhone": "716297369743008745037250814998957882425439",
"email": "user@example.com",
"city": "string",
"leadStatus": {
"id": 1,
"status": "Новый лид"
},
"additionalInformation": "string",
"comment": "string",
"service": {
"id": 1,
"title": "Сборная логистика"
},
"labelUtm": "string",
"causeFailure": {
"id": 1,
"title": "Дорого"
},
"manager": "2692a40a-2134-4371-91c9-2b970c8465f7",
"customer": "2692a40a-8008-4371-91c9-2b970c8465f7",
"recommendedCustomer": "2692a40a-9886-4371-91c9-2b970c8465f7",
"contacts": "/contact/1,/contact/2,/contact/3"
}'