{
  "info": {
    "name": "Mock API",
    "description": "Auto-generated from the mock server routes.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "http://localhost:1111",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Resources",
      "item": [
        {
          "name": "accounts-banking-error",
          "item": [
            {
              "name": "GET /api/accounts-banking-error",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/accounts-banking-error"
                }
              }
            }
          ]
        },
        {
          "name": "accounts-banking",
          "item": [
            {
              "name": "GET /api/accounts-banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/accounts-banking"
                }
              }
            }
          ]
        },
        {
          "name": "accounts-set-primary-error",
          "item": [
            {
              "name": "GET /api/accounts-set-primary-error",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/accounts-set-primary-error"
                }
              }
            }
          ]
        },
        {
          "name": "accounts-set-primary",
          "item": [
            {
              "name": "GET /api/accounts-set-primary",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/accounts-set-primary"
                }
              }
            }
          ]
        },
        {
          "name": "dashboard",
          "item": [
            {
              "name": "GET /api/dashboard",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/dashboard"
                }
              }
            }
          ]
        },
        {
          "name": "featureFlags",
          "item": [
            {
              "name": "GET /api/featureFlags",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/featureFlags"
                }
              }
            }
          ]
        },
        {
          "name": "onboarding",
          "item": [
            {
              "name": "GET /api/onboarding",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/onboarding"
                }
              }
            }
          ]
        },
        {
          "name": "profile",
          "item": [
            {
              "name": "GET /api/profile",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/profile"
                }
              }
            }
          ]
        },
        {
          "name": "scanpay",
          "item": [
            {
              "name": "GET /api/scanpay",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/scanpay"
                }
              }
            }
          ]
        },
        {
          "name": "transactions",
          "item": [
            {
              "name": "GET /api/transactions",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/transactions"
                }
              }
            },
            {
              "name": "POST /api/transactions",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": 1,\n  \"amount\": -50,\n  \"desc\": \"Coffee\",\n  \"date\": \"2026-07-20T08:15:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/transactions"
                }
              }
            },
            {
              "name": "GET /api/transactions/:id",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/transactions/1"
                }
              }
            },
            {
              "name": "DELETE /api/transactions/:id",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/transactions/1"
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Custom",
      "item": [
        {
          "name": "POST /api/transfer",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": 100,\n  \"desc\": \"Transfer\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{baseUrl}}/api/transfer"
            }
          }
        },
        {
          "name": "GET /api/datetime",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/datetime"
            }
          }
        },
        {
          "name": "GET /api/datetime2",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/datetime2"
            }
          }
        },
        {
          "name": "GET /api/datetime3",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/datetime3"
            }
          }
        },
        {
          "name": "GET /v1/system/init",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v1/system/init"
            }
          }
        },
        {
          "name": "GET /v1/security/init",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v1/security/init"
            }
          }
        },
        {
          "name": "POST /api/identity/cerebro/v1/session/init",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/session/init"
            }
          }
        },
        {
          "name": "GET /v1/customer/profile",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v1/customer/profile"
            }
          }
        },
        {
          "name": "GET /v1/interceptor/l2-test",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v1/interceptor/l2-test"
            }
          }
        },
        {
          "name": "POST /api/identity/cerebro/v1/secure/init",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/secure/init"
            }
          }
        },
        {
          "name": "POST /api/identity/cerebro/v1/secure/verify",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/secure/verify"
            }
          }
        },
        {
          "name": "POST /v1/s2u/deregister",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/v1/s2u/deregister"
            }
          }
        },
        {
          "name": "POST /v1/otp/register",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/v1/otp/register"
            }
          }
        },
        {
          "name": "POST /cerebro/v1/otp/generate",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cerebro/v1/otp/generate"
            }
          }
        },
        {
          "name": "POST /cerebro/v1/otp/verify",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cerebro/v1/otp/verify"
            }
          }
        },
        {
          "name": "POST /api/identity/cerebro/v1/users/validate-username",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/users/validate-username"
            }
          }
        },
        {
          "name": "GET /cerebro/v1/cards/public-key",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cerebro/v1/cards/public-key"
            }
          }
        },
        {
          "name": "POST /cerebro/v1/cards/verify",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cerebro/v1/cards/verify"
            }
          }
        },
        {
          "name": "POST /v1/consent/accept",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/v1/consent/accept"
            }
          }
        },
        {
          "name": "POST /api/identity/cerebro/v1/otp/generate",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/otp/generate"
            }
          }
        },
        {
          "name": "POST /api/identity/cerebro/v1/otp/verify",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/otp/verify"
            }
          }
        },
        {
          "name": "POST /api/identity/cerebro/v1/cards/verify",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/cards/verify"
            }
          }
        },
        {
          "name": "GET /api/identity/cerebro/v1/cards/public-key",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/identity/cerebro/v1/cards/public-key"
            }
          }
        },
        {
          "name": "GET /dep/dashboard/v1/external/banking/accounts",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/dep/dashboard/v1/external/banking/accounts"
            }
          }
        },
        {
          "name": "POST /info/customer/v1/external/accounts/primary",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/info/customer/v1/external/accounts/primary"
            }
          }
        },
        {
          "name": "GET /api/v1/product-groups",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/product-groups"
            }
          }
        },
        {
          "name": "GET /api/v1/product-categories/casa",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/product-categories/casa"
            }
          }
        },
        {
          "name": "GET /cep/card/api/v1/apply-dashboard",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/apply-dashboard"
            }
          }
        },
        {
          "name": "GET /api/v1/strapi/product-tab",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/strapi/product-tab"
            }
          }
        },
        {
          "name": "GET /api/v1/strapi/product-listing/cards",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/strapi/product-listing/cards"
            }
          }
        },
        {
          "name": "GET /api/v1/strapi/product-listing/casa",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/strapi/product-listing/casa"
            }
          }
        },
        {
          "name": "GET /api/v1/strapi/product-listing/loan-financing",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/strapi/product-listing/loan-financing"
            }
          }
        },
        {
          "name": "GET /api/v1/strapi/product-listing/td",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/strapi/product-listing/td"
            }
          }
        },
        {
          "name": "GET /api/v1/strapi/product-listing/insurance",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/strapi/product-listing/insurance"
            }
          }
        },
        {
          "name": "GET /api/v1/strapi/product-listing/investment",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/strapi/product-listing/investment"
            }
          }
        },
        {
          "name": "GET /cep/card/api/v1/cc/card-listing",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/cc/card-listing"
            }
          }
        },
        {
          "name": "GET /cep/card/api/v1/cc/track-your-progress",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/cc/track-your-progress"
            }
          }
        },
        {
          "name": "POST /cep/card/api/v1/cc/pefindo-assessment/submit",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/cc/pefindo-assessment/submit"
            }
          }
        },
        {
          "name": "POST /cep/card/api/v1/cc/apply-validation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/cc/apply-validation"
            }
          }
        },
        {
          "name": "GET /cep/card/api/v1/cc/product-info",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/cc/product-info"
            }
          }
        },
        {
          "name": "GET /cep/cards/api/v1/pefindo/consent-document",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/cards/api/v1/pefindo/consent-document"
            }
          }
        },
        {
          "name": "POST /cep/cards/api/v1/pefindo/consent",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cep/cards/api/v1/pefindo/consent"
            }
          }
        },
        {
          "name": "POST /cep/card/api/v1/orchestrator/runtime-tasks",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/orchestrator/runtime-tasks"
            }
          }
        },
        {
          "name": "POST /cep/card/api/v1/orchestrator/journeys/:taskRefNo/close",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cep/card/api/v1/orchestrator/journeys/:taskRefNo/close"
            }
          }
        },
        {
          "name": "GET /cep/td/api/v1/apply-dashboard",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/td/api/v1/apply-dashboard"
            }
          }
        },
        {
          "name": "GET /cep/financing/api/v1/loan/apply-dashboard",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/financing/api/v1/loan/apply-dashboard"
            }
          }
        },
        {
          "name": "GET /cep/financing/api/v1/loan/product-info",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/cep/financing/api/v1/loan/product-info"
            }
          }
        },
        {
          "name": "POST /cep/financing/api/v1/loan/apply-validation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/cep/financing/api/v1/loan/apply-validation"
            }
          }
        },
        {
          "name": "GET /api/screen/:screenCode",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/screen/:screenCode"
            }
          }
        },
        {
          "name": "POST /api/v1/orchestrator/journeys/start",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api/v1/orchestrator/journeys/start"
            }
          }
        },
        {
          "name": "GET /api/v1/product-categories/insurance",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/product-categories/insurance"
            }
          }
        },
        {
          "name": "GET /api/v1/product-categories/investment",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/api/v1/product-categories/investment"
            }
          }
        }
      ]
    },
    {
      "name": "Onboarding (ETB)",
      "item": [
        {
          "name": "…/security/init",
          "item": [
            {
              "name": "GET /api/identity/cerebro/v1/security/init",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/security/init"
                }
              }
            }
          ]
        },
        {
          "name": "…/session/init",
          "item": [
            {
              "name": "sessionInit_L0",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "sessionInit_L0"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/session/init"
                }
              }
            },
            {
              "name": "sessionInit_L1",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "sessionInit_L1"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/session/init"
                }
              }
            },
            {
              "name": "sessionInit_L3.Password",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "sessionInit_L3.Password"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/session/init"
                }
              }
            },
            {
              "name": "sessionInit_L3.Biometric",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "sessionInit_L3.Biometric"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/session/init"
                }
              }
            }
          ]
        },
        {
          "name": "…/devices/status",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/devices/status",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/devices/status"
                }
              }
            }
          ]
        },
        {
          "name": "…/passcode/validate",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/passcode/validate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/passcode/validate"
                }
              }
            }
          ]
        },
        {
          "name": "…/otp/register",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/otp/register",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/otp/register"
                }
              }
            }
          ]
        },
        {
          "name": "…/otp/generate",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/otp/generate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/otp/generate"
                }
              }
            }
          ]
        },
        {
          "name": "…/otp/verify",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/otp/verify",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/otp/verify"
                }
              }
            }
          ]
        },
        {
          "name": "…/biometric/register",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/biometric/register",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/biometric/register"
                }
              }
            }
          ]
        },
        {
          "name": "…/cards/verify",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/cards/verify",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/cards/verify"
                }
              }
            }
          ]
        },
        {
          "name": "…/users/verify-username",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/users/verify-username",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/users/verify-username"
                }
              }
            }
          ]
        },
        {
          "name": "…/users/verify-password",
          "item": [
            {
              "name": "POST /api/identity/cerebro/v1/users/verify-password",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/users/verify-password"
                }
              }
            }
          ]
        },
        {
          "name": "…/secure/init",
          "item": [
            {
              "name": "S2U_Init.UserRegister",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "S2U_Init.UserRegister"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/secure/init"
                }
              }
            },
            {
              "name": "S2U_Init.S2U_Setup",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "S2U_Init.S2U_Setup"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/secure/init"
                }
              }
            }
          ]
        },
        {
          "name": "…/secure/verify",
          "item": [
            {
              "name": "S2U_Verify.UserRegister",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "S2U_Verify.UserRegister"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/secure/verify"
                }
              }
            },
            {
              "name": "S2U_Verify.S2U_Setup",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-mock-variant",
                    "value": "S2U_Verify.S2U_Setup"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/api/identity/cerebro/v1/secure/verify"
                }
              }
            }
          ]
        },
        {
          "name": "/cms/api/v1/security-images",
          "item": [
            {
              "name": "GET /cms/api/v1/security-images",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/cms/api/v1/security-images"
                }
              }
            }
          ]
        },
        {
          "name": "/identity/cerebro/v1/secure/status",
          "item": [
            {
              "name": "POST /identity/cerebro/v1/secure/status",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/identity/cerebro/v1/secure/status"
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Home Dashboard (DEP)",
      "item": [
        {
          "name": "…/init",
          "item": [
            {
              "name": "GET /dep/dashboard/v1/init",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/init"
                }
              }
            }
          ]
        },
        {
          "name": "…/user-header",
          "item": [
            {
              "name": "GET /dep/dashboard/v1/user-header",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/user-header"
                }
              }
            }
          ]
        },
        {
          "name": "…/temp-banner",
          "item": [
            {
              "name": "GET /dep/dashboard/v1/temp-banner",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/temp-banner"
                }
              }
            }
          ]
        },
        {
          "name": "…/unread-notification",
          "item": [
            {
              "name": "GET /dep/dashboard/v1/unread-notification",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/unread-notification"
                }
              }
            }
          ]
        },
        {
          "name": "…/main-preview",
          "item": [
            {
              "name": "banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/main-preview?ecosystem=banking"
                }
              }
            },
            {
              "name": "wealth",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/main-preview?ecosystem=wealth"
                }
              }
            }
          ]
        },
        {
          "name": "…/quick-actions",
          "item": [
            {
              "name": "banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/quick-actions?ecosystem=banking"
                }
              }
            },
            {
              "name": "wealth",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/quick-actions?ecosystem=wealth"
                }
              }
            }
          ]
        },
        {
          "name": "…/for-you-tiles",
          "item": [
            {
              "name": "banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/for-you-tiles?ecosystem=banking"
                }
              }
            },
            {
              "name": "wealth",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/for-you-tiles?ecosystem=wealth"
                }
              }
            }
          ]
        },
        {
          "name": "…/small-widget",
          "item": [
            {
              "name": "banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/small-widget?ecosystem=banking"
                }
              }
            },
            {
              "name": "wealth",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/small-widget?ecosystem=wealth"
                }
              }
            }
          ]
        },
        {
          "name": "…/medium-widget",
          "item": [
            {
              "name": "banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/medium-widget?ecosystem=banking"
                }
              }
            },
            {
              "name": "wealth",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/medium-widget?ecosystem=wealth"
                }
              }
            }
          ]
        },
        {
          "name": "…/large-widget",
          "item": [
            {
              "name": "banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/large-widget?ecosystem=banking"
                }
              }
            },
            {
              "name": "wealth",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/large-widget?ecosystem=wealth"
                }
              }
            }
          ]
        },
        {
          "name": "…/management/main-preview",
          "item": [
            {
              "name": "banking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/management/main-preview?ecosystem=banking"
                }
              }
            },
            {
              "name": "wealth",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/dep/dashboard/v1/management/main-preview?ecosystem=wealth"
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Notifications",
      "item": [
        {
          "name": "GET /v5/notifications/users/alert",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v5/notifications/users/alert?page=1&limit=50"
            }
          }
        },
        {
          "name": "GET /v5/notifications/users/transaction",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v5/notifications/users/transaction?page=1&limit=50"
            }
          }
        },
        {
          "name": "GET /v5/notifications/users/promo",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v5/notifications/users/promo?page=1&limit=50"
            }
          }
        },
        {
          "name": "GET /v5/notifications/details/:notificationId",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v5/notifications/details/:notificationId?page=1&limit=50"
            }
          }
        },
        {
          "name": "PUT /v5/notifications/mark-as-read",
          "request": {
            "method": "PUT",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v5/notifications/mark-as-read?page=1&limit=50"
            }
          }
        },
        {
          "name": "DELETE /v5/notifications/delete-notification",
          "request": {
            "method": "DELETE",
            "header": [],
            "url": {
              "raw": "{{baseUrl}}/v5/notifications/delete-notification?page=1&limit=50"
            }
          }
        }
      ]
    }
  ]
}