{
"extraFields": {
"property1": {},
"property2": {}
}
}curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/contracts//extra-fields' \
--header 'x-companyid;' \
--header 'x-user-id;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"extraFields": {
"property1": {},
"property2": {}
}
}'