curl --location --request PUT 'https://test.web.gw.finansz.com//api/pos/settings/terminals/provider-configuration' \
--header 'Content-Type: application/json' \
--data-raw '{
"rubikparaMerchantNumberType": "string",
"rubikparaPublicKeyType": "string",
"rubikparaPrivateKeyType": "string",
"rubikparaNonSecurePaymentSupported": true,
"rubikparaSecurePaymentSupported": true,
"rubikparaPreAuthSupported": true,
"rubikparaCancelSupported": true,
"rubikparaRefundSupported": true,
"rubikparaBinInquirySupported": true,
"rubikparaInstallmentInquirySupported": true,
"nurolMbrIdType": "string",
"nurolMerchantIdType": "string",
"nurolUserCodeType": "string",
"nurolUserPassType": "string",
"nurolNonSecurePaymentSupported": true,
"nurolSecurePaymentSupported": true,
"nurolPreAuthSupported": true,
"nurolCancelSupported": true,
"nurolRefundSupported": true,
"nurolBinInquirySupported": true,
"nurolInstallmentInquirySupported": true
}'