{
"provider": "DocuSign",
"accountId": "string",
"isSandbox": true,
"webhookSecret": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/v1/esignature/settings' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"provider": "DocuSign",
"accountId": "string",
"isSandbox": true,
"webhookSecret": "string"
}'