curl --location --request PUT '/contacts' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientContactId": "1245451254",
"firstName": "John",
"lastName": "Doe",
"titleBefore": "Prof.",
"titleAfter": "Ph.D.",
"formalSalutation": "Dear Mr. Doe",
"informalSalutation": "Dear John",
"company": "Incomaker s.r.o.",
"position": "CEO",
"personalId": "75876549203",
"consentDate": "2018-05-30T13:00:00+02:00",
"contactSource": "Pop-up",
"created": "2018-05-30T13:00:00+02:00",
"updated": "2018-05-30T13:00:00+02:00",
"clientContactCreated": "2018-05-30T13:00:00+02:00",
"email": "info@incomaker.com",
"phoneNumber1": "87639642",
"phoneNumber2": "76590824502",
"street": "Argentinska",
"street2": "38",
"city": "Prague",
"postalCode": "17000",
"region": "Prague",
"country": "CZ",
"language": "cs",
"birthday": "2018-05-30T13:00:00+02:00",
"location": {
"latitude": 50.0820343,
"longitude": 14.4008503
},
"pricelist": "End user",
"remarks": "Nothing special for this contact",
"tags": [
"tag1",
"tag2"
],
"fields": [
{
"name": "Shoe size",
"value": "45",
"group": "Parameters"
}
],
"lists": [
"Test",
"Test2"
],
"event": "my_custom_event",
"permId": "263d7733-b8f5-4f62-9330-525702be7be7"
}'