curl -i -X PUT \
  https://www.rebilly.com/_mock/catalog/all/aml-settings \
  -H 'Content-Type: application/json' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE' \
  -d '{
    "confidence": {
      "dob": {
        "exactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        },
        "inexactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        }
      },
      "noDob": {
        "exactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        },
        "inexactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        },
        "weakMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        }
      },
      "yob": {
        "exactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        },
        "inexactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        }
      },
      "inexactYob": {
        "exactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        },
        "inexactMatch": {
          "addressMatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "addressMismatch": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          },
          "noAddress": {
            "matchingCountry": "weak",
            "mismatchingCountry": "weak",
            "noCountry": "weak"
          }
        }
      }
    },
    "priority": {
      "pep": {
        "veryStrong": "p0",
        "strong": "p0",
        "medium": "p0",
        "weak": "p0"
      },
      "enforcements": {
        "veryStrong": "p0",
        "strong": "p0",
        "medium": "p0",
        "weak": "p0"
      },
      "stateOwnedEnterprise": {
        "veryStrong": "p0",
        "strong": "p0",
        "medium": "p0",
        "weak": "p0"
      },
      "sanctions": {
        "veryStrong": "p0",
        "strong": "p0",
        "medium": "p0",
        "weak": "p0"
      },
      "adverseMedia": {
        "veryStrong": "p0",
        "strong": "p0",
        "medium": "p0",
        "weak": "p0"
      }
    }
  }'