{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.brotaspay.com.br"
        }
    ],
    "info": {
        "name": "BrotasPay \u2014 Refer\u00eancia da API",
        "_postman_id": "3242610d-4ace-4187-b572-294bdbebfadd",
        "description": "API REST do BrotasPay: carteira digital de pagamento com Pix, TED, boleto, cart\u00f5es, onboarding PF\/PJ e integra\u00e7\u00f5es.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document\":\"architecto\",\"password\":\"|]|{+-\",\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/verify-2fa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/verify-2fa",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/verify-2fa"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"two_factor_token\":\"architecto\",\"code\":\"ngzmiy\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/forgot-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"cpf\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/reset-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"cpf\":\"architecto\",\"token\":\"ngzm\",\"new_password\":\"iyvdljnikhwaykcmyuwpwlvqwr\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/2fa\/enable",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/2fa\/enable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/2fa\/enable"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"password\":\"|]|{+-\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/2fa\/confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/2fa\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/2fa\/confirm"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"verification_token\":\"architecto\",\"code\":\"ngzmiy\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/2fa\/disable",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/2fa\/disable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/2fa\/disable"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"|]|{+-\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/auth\/2fa\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/2fa\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/2fa\/status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/onboarding\/pf",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/pf",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/pf"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"register_name\":\"b\",\"social_name\":\"n\",\"document_number\":\"gzmiyvdljni\",\"document_number_photo\":\"architecto\",\"document_type\":\"RG\",\"issuer_entity\":\"architecto\",\"date_number_document_photo\":\"2026-04-19\",\"email\":\"zbailey@example.net\",\"password\":\"-0pBNvYgxw\",\"birth_date\":\"2026-04-19\",\"mother_name\":\"a\",\"phone\":{\"country_code\":\"architecto\",\"number\":\"architecto\"},\"address\":{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"ng\",\"country\":\"architecto\"},\"occupation\":\"architecto\",\"pep\":\"NONE\",\"asserted_income\":39,\"gender\":\"OUTROS\",\"nationality\":\"BRASILEIRO\",\"relationship_status\":\"VIUVO\",\"education\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/onboarding\/pf\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/pf\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/pf\/documents"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "onboarding_id",
                                    "value": "16",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_type",
                                    "value": "SELFIE",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_side",
                                    "value": "BACK",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider",
                                    "value": "BANKLY",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider_metadata[isLastDocument]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider_metadata[encrypted]",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/onboarding\/pf\/complete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/pf\/complete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/pf\/complete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"onboarding_id\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/onboarding\/pj\/mei",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/pj\/mei",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/pj\/mei"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document_number\":\"bngzmiyvdljnik\",\"business_name\":\"h\",\"trading_name\":\"w\",\"business_email\":\"cormier.nick@example.com\",\"business_type\":\"EI\",\"business_size\":\"ME\",\"password\":\"\\\/kXaz<m5L[)~=NG5a:\",\"declared_annual_billing\":\"architecto\",\"document_number_personal\":\"ngzmiyvdljn\",\"business_address\":{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"ng\",\"country\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/onboarding\/pj\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/pj\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/pj\/documents"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "cnpj",
                                    "value": "bngzmiyvdljnik",
                                    "type": "text",
                                    "description": "Must be 14 characters."
                                },
                                {
                                    "key": "document_type",
                                    "value": "BALANCE_SHEET",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/onboarding\/pj\/representative",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/pj\/representative",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/pj\/representative"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "cpf",
                                    "value": "bngzmiyvdlj",
                                    "type": "text",
                                    "description": "Must be 11 characters."
                                },
                                {
                                    "key": "document_type",
                                    "value": "CNH",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_side",
                                    "value": "FRONT",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider",
                                    "value": "UNICO_CHECK",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/onboarding\/pj\/enterprise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/pj\/enterprise",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/pj\/enterprise"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document_number\":\"bngzmiyvdljnik\",\"business_name\":\"h\",\"trading_name\":\"w\",\"business_email\":\"cormier.nick@example.com\",\"business_type\":\"SA\",\"business_size\":\"SMALL\",\"cnae_code\":\"architecto\",\"legal_nature\":\"architecto\",\"opening_date\":\"2026-04-19\",\"declared_annual_billing\":\"architecto\",\"password\":\"]|{+-0pBNvYg\",\"phone\":{\"country_code\":\"architecto\",\"number\":\"architecto\"},\"business_address\":[],\"documentation\":[],\"legal_representatives\":[],\"owners\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/onboarding\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/onboarding\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/onboarding\/status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/pix\/keys",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/keys",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/keys"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/keys",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/keys",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/keys"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"key_type\":\"CPF\",\"key_value\":\"architecto\",\"account_type\":\"CHECKING\",\"account_branch\":\"ngzm\",\"account_number\":\"architecto\",\"totp_code\":\"ngzmiy\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/pix\/keys\/{key}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/keys\/:key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/keys\/:key",
                            "variable": [
                                {
                                    "id": "key",
                                    "key": "key",
                                    "value": "architecto",
                                    "description": "The key."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/lookup",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/lookup",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/lookup"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"key\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/transfer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/transfer"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"initialization_type\":\"Manual\",\"amount\":27,\"description\":\"Et animi quos velit et fugiat.\",\"pix_key\":\"architecto\",\"end_to_end_id\":\"architecto\",\"receiver_reconciliation_id\":\"architecto\",\"sender\":{\"account_type\":\"architecto\",\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"document_number\":\"architecto\",\"name\":\"architecto\"},\"recipient\":{\"document_number\":\"architecto\",\"name\":\"architecto\",\"account_type\":\"architecto\",\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"bank_ispb\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/pix\/transfer\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/transfer\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/transfer\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/qrcode\/static",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/qrcode\/static",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/qrcode\/static"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":27,\"conciliation_id\":\"n\",\"recipient_name\":\"architecto\",\"addressing_key\":{\"type\":\"architecto\",\"value\":\"architecto\"},\"location\":{\"city\":\"architecto\",\"zip_code\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/qrcode\/dynamic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/qrcode\/dynamic",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/qrcode\/dynamic"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"addressing_key\":{\"type\":\"architecto\",\"value\":\"architecto\"},\"conciliation_id\":\"n\",\"single_payment\":true,\"amount\":84,\"change_amount_type\":\"ALLOWED\",\"recipient_name\":\"architecto\",\"expires_at\":\"2026-04-19T19:47:22\",\"payer\":{\"name\":\"architecto\",\"document_number\":\"architecto\",\"type\":\"BUSINESS\",\"address\":{\"city\":\"architecto\",\"state\":\"architecto\",\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"neighborhood\":\"architecto\"}}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/qrcode\/decode",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/qrcode\/decode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/qrcode\/decode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"architecto\",\"city_code\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/claims",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/claims",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/claims"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"PORTABILITY\",\"key_type\":\"PHONE\",\"key_value\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/pix\/claims",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/claims",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/claims"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/claims\/{id}\/confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/claims\/:id\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/claims\/:id\/confirm",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the claim."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/claims\/{id}\/complete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/claims\/:id\/complete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/claims\/:id\/complete",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the claim."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/claims\/{id}\/cancel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/claims\/:id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/claims\/:id\/cancel",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the claim."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/pix\/totp",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/pix\/totp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/pix\/totp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"operation\":\"Portability\",\"key_type\":\"architecto\",\"key_value\":\"architecto\",\"pix_key_claim_id\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/account\/{accountNumber}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/:accountNumber",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/:accountNumber",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/account\/{accountNumber}\/balance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/:accountNumber\/balance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/:accountNumber\/balance",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/account\/{accountNumber}\/statement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/:accountNumber\/statement",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/:accountNumber\/statement",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19\",\"end_date\":\"2026-04-19\",\"context\":\"Slc\",\"direction\":\"OUT\",\"per_page\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/account\/{accountNumber}\/statement\/{transactionId}\/receipt",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/:accountNumber\/statement\/:transactionId\/receipt",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/:accountNumber\/statement\/:transactionId\/receipt",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "transactionId",
                                    "key": "transactionId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/account\/{accountNumber}\/income-report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/:accountNumber\/income-report",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/:accountNumber\/income-report",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"year\":\"bngz\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/account\/{accountNumber}\/tariffs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/:accountNumber\/tariffs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/:accountNumber\/tariffs",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/limits",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/limits",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/limits"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"feature_name\":\"Withdrawn\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/plan",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/plan",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/plan"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/notifications\/unread-count",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/unread-count",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/unread-count"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/notifications\/{id}\/read",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/:id\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/:id\/read",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/notifications\/read-all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/read-all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/read-all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/integration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/integration\/activate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration\/activate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"|]|{+-\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/integration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"webhook_url\":\"http:\\\/\\\/www.bailey.biz\\\/quos-velit-et-fugiat-sunt-nihil-accusantium-harum.html\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/integration\/password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration\/password"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"|]|{+-\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/integration\/rotate-key",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration\/rotate-key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration\/rotate-key"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/integration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/integration\/webhooks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration\/webhooks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration\/webhooks"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/integration\/webhooks\/{id}\/retry",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/integration\/webhooks\/:id\/retry",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/integration\/webhooks\/:id\/retry",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the webhook."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/cards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/cards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"Physical\",\"document_number\":\"architecto\",\"card_name\":\"architecto\",\"alias\":\"architecto\",\"bank_agency\":\"architecto\",\"bank_account\":\"architecto\",\"program_id\":\"architecto\",\"password\":\"ngzm\",\"address\":{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"country\":\"architecto\",\"complement\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/cards\/{proxy}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/cards\/{proxy}\/security-data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/security-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/security-data",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/cards\/{proxy}\/next-status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/next-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/next-status",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/cards\/{proxy}\/tracking",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/tracking",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/tracking",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/cards\/{proxy}\/transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/transactions",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"page\":22,\"items_per_page\":7}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/cards\/{proxy}\/activate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/activate",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"activate_code\":\"architecto\",\"password\":\"ngzm\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/cards\/{proxy}\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/status",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"action\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/cards\/{proxy}\/password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/password",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"bngz\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/cards\/{proxy}\/contactless",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/contactless",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/contactless",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"allow_contactless\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/cards\/{proxy}\/address",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/address",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"country\":\"architecto\",\"complement\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/cards\/{proxy}\/reissue",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/cards\/:proxy\/reissue",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/cards\/:proxy\/reissue",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/payments\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payments\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payments\/validate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/payments\/confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payments\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payments\/confirm"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":\"architecto\",\"bank_branch\":\"architecto\",\"bank_account\":\"architecto\",\"amount\":39,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/payments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"page\":22}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/payments\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payments\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payments\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/ted\/transfer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/ted\/transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/ted\/transfer"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":27,\"description\":\"Et animi quos velit et fugiat.\",\"sender\":{\"document\":\"dljnikhwaykcmy\",\"name\":\"architecto\",\"branch\":\"architecto\",\"account\":\"architecto\"},\"recipient\":{\"document\":\"ngzmiyvdljnikh\",\"name\":\"architecto\",\"bank_code\":\"architecto\",\"branch\":\"architecto\",\"account\":\"architecto\",\"account_type\":\"CHECKING\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/ted\/transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/ted\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/ted\/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\",\"account_branch\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/ted\/transactions\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/ted\/transactions\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/ted\/transactions\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\",\"account_branch\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/banks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/banks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/banks"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"product\":\"TED\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/boletos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/boletos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/boletos"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"alias\":\"b\",\"account_number\":\"architecto\",\"account_branch\":\"architecto\",\"document_number\":\"ngzmiyvdljnikh\",\"amount\":87,\"due_date\":\"2026-04-19\",\"close_payment\":\"2026-04-19\",\"type\":\"Levy\",\"payer\":{\"document\":\"aykcmyuwpwlvqw\",\"name\":\"r\",\"trade_name\":\"s\",\"address\":{\"zip_code\":\"itcpscql\",\"address_line\":\"d\",\"neighborhood\":\"z\",\"city\":\"s\",\"state\":\"nr\"}},\"interest\":{\"start_date\":\"2026-04-19\",\"value\":25,\"type\":\"Percent\"},\"fine\":{\"start_date\":\"2026-04-19\",\"value\":19,\"type\":\"FixedAmount\"},\"discount\":{\"limit_date\":\"2026-04-19\",\"value\":16,\"type\":\"FixedAmountUntilLimitDate\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/boletos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/boletos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/boletos"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19\",\"end_date\":\"2026-04-19\",\"page\":16,\"per_page\":22,\"order_column\":\"createdAt\",\"order_direction\":\"ASC\",\"payer_name\":\"g\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/boletos\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/boletos\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/boletos\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/boletos\/{authCode}\/print",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/boletos\/:authCode\/print",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/boletos\/:authCode\/print",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/boletos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/boletos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/boletos"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"authentication_code\":\"architecto\",\"account_number\":\"architecto\",\"account_branch\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Generate ticket for data transmission WebView.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/open-finance\/ticket",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/open-finance\/ticket"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"request_uri\":\"architecto\",\"open_finance_client_id\":\"architecto\"}"
                        },
                        "description": "Used in the deep link flow when a receiving institution redirects here."
                    },
                    "response": []
                },
                {
                    "name": "Generate ticket for consent management WebView.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/open-finance\/consents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/open-finance\/consents"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"redirect_type\":1}"
                        },
                        "description": "redirectType: 1 = Meus Compartilhamentos, 2 = Meus Pagamentos, 3 = Minhas Autoriza\u00e7\u00f5es"
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/references\/occupations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/references\/occupations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/references\/occupations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/references\/legal-natures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/references\/legal-natures",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/references\/legal-natures"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/references\/income-ranges",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/references\/income-ranges",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/references\/income-ranges"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/references\/annual-revenue-ranges",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/references\/annual-revenue-ranges",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/references\/annual-revenue-ranges"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/pf",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/pf",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/pf"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"register_name\":\"b\",\"social_name\":\"n\",\"document_number\":\"gzmiyvdljni\",\"document_number_photo\":\"architecto\",\"document_type\":\"CNH\",\"issuer_entity\":\"architecto\",\"date_number_document_photo\":\"2026-04-19\",\"email\":\"zbailey@example.net\",\"password\":\"-0pBNvYgxw\",\"birth_date\":\"2026-04-19\",\"mother_name\":\"a\",\"phone\":{\"country_code\":\"architecto\",\"number\":\"architecto\"},\"address\":{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"ng\",\"country\":\"architecto\"},\"occupation\":\"architecto\",\"pep\":\"NONE\",\"asserted_income\":39,\"gender\":\"OUTROS\",\"nationality\":\"BRASILEIRO\",\"relationship_status\":\"UNIAO_ESTAVEL\",\"education\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/pf\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/pf\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/pf\/documents"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "document_type",
                                    "value": "CNH",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_side",
                                    "value": "FRONT",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider",
                                    "value": "UNICO_CHECK",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider_metadata[isLastDocument]",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider_metadata[encrypted]",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/pf\/complete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/pf\/complete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/pf\/complete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/pj\/mei",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/pj\/mei",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/pj\/mei"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document_number\":\"bngzmiyvdljnik\",\"business_name\":\"h\",\"trading_name\":\"w\",\"business_email\":\"cormier.nick@example.com\",\"business_type\":\"MEI\",\"business_size\":\"ME\",\"password\":\"\\\/kXaz<m5L[)~=NG5a:\",\"declared_annual_billing\":\"architecto\",\"document_number_personal\":\"ngzmiyvdljn\",\"business_address\":{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"ng\",\"country\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/pj\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/pj\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/pj\/documents"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "cnpj",
                                    "value": "bngzmiyvdljnik",
                                    "type": "text",
                                    "description": "Must be 14 characters."
                                },
                                {
                                    "key": "document_type",
                                    "value": "POWER_OF_ATTORNEY",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/pj\/representative",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/pj\/representative",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/pj\/representative"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "cpf",
                                    "value": "bngzmiyvdlj",
                                    "type": "text",
                                    "description": "Must be 11 characters."
                                },
                                {
                                    "key": "document_type",
                                    "value": "SELFIE",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_side",
                                    "value": "BACK",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "provider",
                                    "value": "BANKLY",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/pj\/enterprise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/pj\/enterprise",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/pj\/enterprise"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document_number\":\"bngzmiyvdljnik\",\"business_name\":\"h\",\"trading_name\":\"w\",\"business_email\":\"cormier.nick@example.com\",\"business_type\":\"TS\",\"business_size\":\"LARGE\",\"cnae_code\":\"architecto\",\"legal_nature\":\"architecto\",\"opening_date\":\"2026-04-19\",\"declared_annual_billing\":\"architecto\",\"password\":\"]|{+-0pBNvYg\",\"phone\":{\"country_code\":\"architecto\",\"number\":\"architecto\"},\"business_address\":[],\"documentation\":[],\"legal_representatives\":[],\"owners\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/register\/status\/{document}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/status\/:document",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/status\/:document",
                            "variable": [
                                {
                                    "id": "document",
                                    "key": "document",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/register\/kyc\/session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/kyc\/session",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/kyc\/session"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Polling endpoint \u2014 frontend chama a cada 5s para verificar se o KYC foi conclu\u00eddo.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/register\/kyc\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/register\/kyc\/status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/webhooks\/hiperbanco",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/webhooks\/hiperbanco",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/webhooks\/hiperbanco"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/account\/{accountNumber}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/account\/:accountNumber",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/account\/:accountNumber",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/account\/{accountNumber}\/balance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/account\/:accountNumber\/balance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/account\/:accountNumber\/balance",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/account\/{accountNumber}\/statement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/account\/:accountNumber\/statement",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/account\/:accountNumber\/statement",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19\",\"end_date\":\"2026-04-19\",\"context\":\"Ted\",\"direction\":\"IN\",\"per_page\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/account\/{accountNumber}\/statement\/{transactionId}\/receipt",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/account\/:accountNumber\/statement\/:transactionId\/receipt",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/account\/:accountNumber\/statement\/:transactionId\/receipt",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "transactionId",
                                    "key": "transactionId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/account\/{accountNumber}\/income-report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/account\/:accountNumber\/income-report",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/account\/:accountNumber\/income-report",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"year\":\"bngz\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/account\/{accountNumber}\/tariffs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/account\/:accountNumber\/tariffs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/account\/:accountNumber\/tariffs",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/limits",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/limits",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/limits"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"feature_name\":\"Cardholder\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/plan",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/plan",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/plan"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/pix\/keys",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/keys",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/keys"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/keys",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/keys",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/keys"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"key_type\":\"CPF\",\"key_value\":\"architecto\",\"account_type\":\"PAYMENT\",\"account_branch\":\"ngzm\",\"account_number\":\"architecto\",\"totp_code\":\"ngzmiy\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/external\/pix\/keys\/{key}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/keys\/:key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/keys\/:key",
                            "variable": [
                                {
                                    "id": "key",
                                    "key": "key",
                                    "value": "architecto",
                                    "description": "The key."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/lookup",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/lookup",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/lookup"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"key\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/transfer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/transfer"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"initialization_type\":\"StaticQrCode\",\"amount\":27,\"description\":\"Et animi quos velit et fugiat.\",\"pix_key\":\"architecto\",\"end_to_end_id\":\"architecto\",\"receiver_reconciliation_id\":\"architecto\",\"sender\":{\"account_type\":\"architecto\",\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"document_number\":\"architecto\",\"name\":\"architecto\"},\"recipient\":{\"document_number\":\"architecto\",\"name\":\"architecto\",\"account_type\":\"architecto\",\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"bank_ispb\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/pix\/transfer\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/transfer\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/transfer\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/qrcode\/static",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/qrcode\/static",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/qrcode\/static"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":27,\"conciliation_id\":\"n\",\"recipient_name\":\"architecto\",\"addressing_key\":{\"type\":\"architecto\",\"value\":\"architecto\"},\"location\":{\"city\":\"architecto\",\"zip_code\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/qrcode\/dynamic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/qrcode\/dynamic",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/qrcode\/dynamic"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"addressing_key\":{\"type\":\"architecto\",\"value\":\"architecto\"},\"conciliation_id\":\"n\",\"single_payment\":true,\"amount\":84,\"change_amount_type\":\"ALLOWED\",\"recipient_name\":\"architecto\",\"expires_at\":\"2026-04-19T19:47:22\",\"payer\":{\"name\":\"architecto\",\"document_number\":\"architecto\",\"type\":\"BUSINESS\",\"address\":{\"city\":\"architecto\",\"state\":\"architecto\",\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"neighborhood\":\"architecto\"}}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/qrcode\/decode",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/qrcode\/decode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/qrcode\/decode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"architecto\",\"city_code\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/claims",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/claims",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/claims"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"PORTABILITY\",\"key_type\":\"PHONE\",\"key_value\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/pix\/claims",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/claims",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/claims"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/claims\/{id}\/confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/claims\/:id\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/claims\/:id\/confirm",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the claim."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/claims\/{id}\/complete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/claims\/:id\/complete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/claims\/:id\/complete",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the claim."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/claims\/{id}\/cancel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/claims\/:id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/claims\/:id\/cancel",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the claim."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/pix\/totp",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/pix\/totp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/pix\/totp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"operation\":\"Ownership\",\"key_type\":\"architecto\",\"key_value\":\"architecto\",\"pix_key_claim_id\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/ted\/transfer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/ted\/transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/ted\/transfer"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":27,\"description\":\"Et animi quos velit et fugiat.\",\"sender\":{\"document\":\"dljnikhwaykcmy\",\"name\":\"architecto\",\"branch\":\"architecto\",\"account\":\"architecto\"},\"recipient\":{\"document\":\"ngzmiyvdljnikh\",\"name\":\"architecto\",\"bank_code\":\"architecto\",\"branch\":\"architecto\",\"account\":\"architecto\",\"account_type\":\"CHECKING\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/ted\/transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/ted\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/ted\/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\",\"account_branch\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/ted\/transactions\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/ted\/transactions\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/ted\/transactions\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"architecto\",\"account_branch\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/banks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/banks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/banks"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"product\":\"TED\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/boletos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/boletos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/boletos"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"alias\":\"b\",\"account_number\":\"architecto\",\"account_branch\":\"architecto\",\"document_number\":\"ngzmiyvdljnikh\",\"amount\":87,\"due_date\":\"2026-04-19\",\"close_payment\":\"2026-04-19\",\"type\":\"Deposit\",\"payer\":{\"document\":\"aykcmyuwpwlvqw\",\"name\":\"r\",\"trade_name\":\"s\",\"address\":{\"zip_code\":\"itcpscql\",\"address_line\":\"d\",\"neighborhood\":\"z\",\"city\":\"s\",\"state\":\"nr\"}},\"interest\":{\"start_date\":\"2026-04-19\",\"value\":25,\"type\":\"Percent\"},\"fine\":{\"start_date\":\"2026-04-19\",\"value\":19,\"type\":\"Percent\"},\"discount\":{\"limit_date\":\"2026-04-19\",\"value\":16,\"type\":\"FixedPercentUntilLimitDate\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/boletos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/boletos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/boletos"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19\",\"end_date\":\"2026-04-19\",\"page\":16,\"per_page\":22,\"order_column\":\"createdAt\",\"order_direction\":\"DESC\",\"payer_name\":\"g\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/boletos\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/boletos\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/boletos\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/boletos\/{authCode}\/print",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/boletos\/:authCode\/print",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/boletos\/:authCode\/print",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/external\/boletos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/boletos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/boletos"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"authentication_code\":\"architecto\",\"account_number\":\"architecto\",\"account_branch\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/payments\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/payments\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/payments\/validate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/payments\/confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/payments\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/payments\/confirm"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":\"architecto\",\"bank_branch\":\"architecto\",\"bank_account\":\"architecto\",\"amount\":39,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/payments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/payments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/payments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"page\":22}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/payments\/{authCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/payments\/:authCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/payments\/:authCode",
                            "variable": [
                                {
                                    "id": "authCode",
                                    "key": "authCode",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/cards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/cards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"Physical\",\"document_number\":\"architecto\",\"card_name\":\"architecto\",\"alias\":\"architecto\",\"bank_agency\":\"architecto\",\"bank_account\":\"architecto\",\"program_id\":\"architecto\",\"password\":\"ngzm\",\"address\":{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"country\":\"architecto\",\"complement\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/cards\/{proxy}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/cards\/{proxy}\/security-data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/security-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/security-data",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/cards\/{proxy}\/next-status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/next-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/next-status",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/cards\/{proxy}\/tracking",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/tracking",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/tracking",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/external\/cards\/{proxy}\/transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/transactions",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_branch\":\"architecto\",\"account_number\":\"architecto\",\"page\":22,\"items_per_page\":7}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/external\/cards\/{proxy}\/activate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/activate",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"activate_code\":\"architecto\",\"password\":\"ngzm\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/external\/cards\/{proxy}\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/status",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"action\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/external\/cards\/{proxy}\/password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/password",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"bngz\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/external\/cards\/{proxy}\/contactless",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/contactless",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/contactless",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"allow_contactless\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/external\/cards\/{proxy}\/address",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/address",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"building_number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"architecto\",\"country\":\"architecto\",\"complement\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/cards\/{proxy}\/reissue",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/cards\/:proxy\/reissue",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/cards\/:proxy\/reissue",
                            "variable": [
                                {
                                    "id": "proxy",
                                    "key": "proxy",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"password\":\"|]|{+-\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/accounts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/accounts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/accounts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19T19:47:23\",\"end_date\":\"2052-05-12\",\"page\":22,\"per_page\":7,\"search\":\"z\",\"type_user\":\"PF\",\"status\":\"JUDICIAL_BLOCK\",\"order_column\":\"status\",\"order_direction\":\"DESC\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/accounts\/limits",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/accounts\/limits",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/accounts\/limits"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document\":\"architecto\",\"feature_name\":\"Cardholder\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/accounts\/{accountId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/accounts\/:accountId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/accounts\/:accountId",
                            "variable": [
                                {
                                    "id": "accountId",
                                    "key": "accountId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/accounts\/{accountNumber}\/statement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/accounts\/:accountNumber\/statement",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/accounts\/:accountNumber\/statement",
                            "variable": [
                                {
                                    "id": "accountNumber",
                                    "key": "accountNumber",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19\",\"end_date\":\"2026-04-19\",\"context\":\"Payment\",\"direction\":\"out\",\"per_page\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/accounts\/unblock",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/accounts\/unblock",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/accounts\/unblock"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"onboarding_id\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/accounts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/accounts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/accounts"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"onboarding_id\":\"architecto\",\"reason\":\"HOLDER_REQUEST\",\"notes\":\"n\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/onboarding",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/onboarding",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/onboarding"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19T19:47:23\",\"end_date\":\"2052-05-12\",\"page\":22,\"per_page\":7,\"search\":\"z\",\"type_user\":\"PF\",\"status\":\"APPROVED\",\"order_column\":\"createdAt\",\"order_direction\":\"DESC\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/onboarding\/{onboardingId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/onboarding\/:onboardingId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/onboarding\/:onboardingId",
                            "variable": [
                                {
                                    "id": "onboardingId",
                                    "key": "onboardingId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19T19:47:23\",\"end_date\":\"2052-05-12\",\"page\":22,\"per_page\":7,\"search\":\"z\",\"direction\":\"IN\",\"transaction_type_code\":\"pix\",\"status\":\"APPROVED\",\"order_column\":\"createdAt\",\"order_direction\":\"ASC\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/webhooks\/event-names",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks\/event-names",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks\/event-names"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/webhooks\/messages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks\/messages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks\/messages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19\",\"end_date\":\"2026-04-19\",\"state\":\"Failed\",\"event_name\":\"architecto\",\"context\":\"architecto\",\"page\":22,\"page_size\":7}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/webhooks\/messages\/{id}\/reprocess",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks\/messages\/:id\/reprocess",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks\/messages\/:id\/reprocess",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the message."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/webhooks\/reconcile-logs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks\/reconcile-logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks\/reconcile-logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/webhooks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"Enabled\",\"page\":16,\"page_size\":22}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/webhooks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"context\":\"Customer\",\"uri\":\"http:\\\/\\\/bailey.com\\\/\",\"event_name\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/webhooks\/bulk-update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks\/bulk-update",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks\/bulk-update"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[\"architecto\"],\"uri\":\"n\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/webhooks\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the webhook."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"uri\":\"http:\\\/\\\/www.bailey.biz\\\/quos-velit-et-fugiat-sunt-nihil-accusantium-harum.html\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/webhooks\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/webhooks\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/webhooks\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the webhook."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/plans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22,\"search\":\"g\",\"order_column\":\"type_account\",\"order_direction\":\"DESC\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/plans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "description",
                                    "value": "Eius et animi quos velit et.",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "benefits",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "plan_default",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "availability",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "visibility",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "type_account",
                                    "value": "PJ",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "days_until_first_payment",
                                    "value": "39",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price",
                                    "value": "84",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "contract",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/plans\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/plans\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "description",
                                    "value": "Et animi quos velit et fugiat.",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "benefits",
                                    "value": "d",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "plan_default",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "availability",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "visibility",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "type_account",
                                    "value": "PJ",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "days_until_first_payment",
                                    "value": "37",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price",
                                    "value": "9",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_pix",
                                    "value": "52",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_ted",
                                    "value": "8",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_billet",
                                    "value": "75",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_p2p",
                                    "value": "7",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_generate_dynamic_qr_code_pix",
                                    "value": "87",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_generate_static_qr_code_pix",
                                    "value": "39",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_receive_dynamic_qr_code_pix",
                                    "value": "50",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_receive_static_qr_code_pix",
                                    "value": "62",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "bill_settlement_price",
                                    "value": "54",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "price_withdraw",
                                    "value": "38",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_generate_dynamic_qr_code_pix",
                                    "value": "50",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_generate_static_qr_code_pix",
                                    "value": "72",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_receive_dynamic_qr_code_pix",
                                    "value": "61",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_receive_static_qr_code_pix",
                                    "value": "67",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_pix",
                                    "value": "61",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_ted",
                                    "value": "89",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_billet",
                                    "value": "34",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_periodo",
                                    "value": "3",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_p2p",
                                    "value": "22",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "quantity_bill_settlement",
                                    "value": "4",
                                    "type": "text",
                                    "description": "Must be at least 0."
                                },
                                {
                                    "key": "contract",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/plans\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/plans\/{id}\/accounts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans\/:id\/accounts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans\/:id\/accounts",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the plan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22,\"search\":\"g\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/plans\/{accountId}\/billing-history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans\/:accountId\/billing-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans\/:accountId\/billing-history",
                            "variable": [
                                {
                                    "id": "accountId",
                                    "key": "accountId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":16,\"per_page\":22}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/v1\/admin\/plans\/{accountId}\/assign",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/plans\/:accountId\/assign",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/plans\/:accountId\/assign",
                            "variable": [
                                {
                                    "id": "accountId",
                                    "key": "accountId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"new_plan_id\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/tariffs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/tariffs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/tariffs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19T19:47:23\",\"end_date\":\"2052-05-12\",\"page\":22,\"per_page\":7,\"search\":\"z\",\"order_column\":\"createdAt\",\"order_direction\":\"DESC\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/tariffs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/tariffs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/tariffs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account\":\"architecto\",\"amount\":39,\"description\":\"Animi quos velit et fugiat.\",\"apply_immediately\":true,\"duedate\":\"2052-05-12\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/tariffs\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/tariffs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/tariffs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the tariff."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/tariffs\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/tariffs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/tariffs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the tariff."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"email\":\"zbailey@example.net\",\"password\":\"|]|{+-\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/profile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/profile"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"email\":\"zbailey@example.net\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/profile\/password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/profile\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/profile\/password"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"current_password\":\"architecto\",\"new_password\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/email-test\/templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/email-test\/templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/email-test\/templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/email-test\/send",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/email-test\/send",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/email-test\/send"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"template\":\"architecto\",\"to\":\"zbailey@example.net\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/cards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/cards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/cards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-04-19T19:47:23\",\"end_date\":\"2052-05-12\",\"page\":22,\"per_page\":7,\"search\":\"z\",\"type\":\"Physical\",\"order_column\":\"createdAt\",\"order_direction\":\"DESC\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/cards\/{cardId}\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/cards\/:cardId\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/cards\/:cardId\/status",
                            "variable": [
                                {
                                    "id": "cardId",
                                    "key": "cardId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"action\":\"Block\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/cards\/no-name\/batch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/cards\/no-name\/batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/cards\/no-name\/batch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"card_quantity\":16,\"payment_day\":22,\"address\":{\"zip_code\":\"architecto\",\"address\":\"architecto\",\"number\":\"architecto\",\"neighborhood\":\"architecto\",\"city\":\"architecto\",\"state\":\"ng\",\"country\":\"zm\",\"complement\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/cards\/no-name\/activate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/cards\/no-name\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/cards\/no-name\/activate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"activation_code\":\"architecto\",\"onboarding_id\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/brotaspay\/kyc_processar\/{type}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/brotaspay\/kyc_processar\/:type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/brotaspay\/kyc_processar\/:type",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "pf%7Cpj",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"hash\":\"architecto\",\"tipo\":\"selfie\",\"documentType\":\"architecto\",\"documentSide\":\"BACK\",\"provider\":\"UNICO_CHECK\",\"base64\":\"architecto\",\"providerMetadata\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "type": "string"
            }
        ]
    }
}