{
"renewalType": "Manual",
"renewalReminderDays": 0
}curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/contracts//renewal-settings' \
--header 'x-companyid;' \
--header 'x-user-id;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"renewalType": "Manual",
"renewalReminderDays": 0
}'