curl --request PATCH \
--url https://demo.enneo.ai/api/mind/partner/{id} \
--header 'Content-Type: application/json' \
--data '{
"email": "mia.jones@gmail.com",
"zip": "10409",
"city": "Berlin",
"phone": "+4915324567843",
"tagIds": [],
"address": null,
"company": null,
"country": "Germany",
"business": false,
"lastname": "Jones",
"firstname": "Mia",
"serviceId": "5353543",
"link": null,
"salutation": null,
"contractIds": [],
"emailMatches": null,
"description": null,
"additionalData": null,
"billingAddress": null,
"deliveryAddress": null
}'