curl --location --request PUT 'https://stg-gateway.invora.app/api/v2/settings' \
--header 'Content-Type: application/json' \
--data '{
"concurrencyStamp": "string",
"mask": "string",
"changes": {
"pdf": {
"showLogo": true,
"showSignature": true,
"showStamp": true,
"showQrCode": true,
"customCss": "string"
},
"defaultCurrency": "string",
"invoicePrefix": "string",
"creditNotePrefix": "string",
"debitNotePrefix": "string",
"regulationConfigs": {
"property1": {
"config": {}
},
"property2": {
"config": {}
}
}
}
}'{
"details": {
"concurrencyStamp": "string",
"defaultCurrency": "string",
"invoicePrefix": "string",
"creditNotePrefix": "string",
"debitNotePrefix": "string",
"pdf": {
"showLogo": true,
"showSignature": true,
"showStamp": true,
"showQrCode": true,
"customCss": "string"
},
"regulationConfigs": {
"property1": {
"config": {}
},
"property2": {
"config": {}
}
}
}
}