{
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
}curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/contracts//dates' \
--header 'x-companyid;' \
--header 'x-user-id;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
}'