curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/balance' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"isActive":true,"defaultCurrency":"string","gateways":[0],"gatewayRules":{"blockVpn":true}}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/balance' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/balance' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"