curl --location --request POST '/companies/process_item' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyType": "payer",
"code": "string",
"title": "string",
"titleShort": "string",
"inn": "string",
"kpp": "string",
"ogrn": "string",
"legalAddress": "string",
"email": "user@example.com",
"contacts": "string",
"globalUuid": "e0fd4ac0-c693-4953-918d-75588a826e5c",
"createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e"
}'
{
"status": "success",
"message": "Item processed successfully.",
"bitrixItemId": 12345
}