curl --location --request POST '/contacts/process_item' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"firstname": "string",
"surname": "string",
"middlename": "string",
"birthdate": "2019-08-24",
"phone": "string",
"email": "user@example.com",
"additionalPhone": "string",
"company": "string",
"companyUrl": "http://example.com",
"comment": "string",
"isSeason": false,
"isManagement": false,
"isBonus": false,
"bonus": 0,
"irs": true,
"serviceAssigned": [
{
"service": 0,
"assigned": "638d670c-62a8-46c7-97c8-abe622e2fac0"
}
],
"payers": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"recipients": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"additionalContacts": "string",
"globalUuid": "e0fd4ac0-c693-4953-918d-75588a826e5c"
}'