{
  "id": "masteryhive-partner-local",
  "name": "MasteryHive Partner \u2014 Local placeholders",
  "values": [
    {
      "key": "fraud_ml_base",
      "value": "http://localhost:8080",
      "enabled": true
    },
    {
      "key": "fraud_rule_base",
      "value": "http://localhost:8081",
      "enabled": true
    },
    {
      "key": "fraud_case_base",
      "value": "http://localhost:8082",
      "enabled": true
    },
    {
      "key": "kyc_base",
      "value": "http://localhost:8000",
      "enabled": true
    },
    {
      "key": "recon_base",
      "value": "http://localhost:8001/v1",
      "enabled": true
    },
    {
      "key": "tenant_id",
      "value": "YOUR_TENANT_ID",
      "enabled": true
    },
    {
      "key": "partner_id",
      "value": "YOUR_PARTNER_ID",
      "enabled": true
    },
    {
      "key": "fraud_jwt",
      "value": "",
      "enabled": true,
      "type": "secret"
    },
    {
      "key": "user_id",
      "value": "00000000-0000-0000-0000-000000000001",
      "enabled": true
    },
    {
      "key": "session_id",
      "value": "00000000-0000-0000-0000-000000000099",
      "enabled": true
    }
  ],
  "_postman_variable_scope": "environment"
}
