{
    "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": "58782a9c-b485-4bef-a60b-729444a7ff74",
        "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": "Admin \u00b7 2FA",
            "description": "\nSetup e gerenciamento de 2FA (TOTP) para admins.",
            "item": [
                {
                    "name": "Status do 2FA do admin atual.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/2fa\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/2fa\/status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Gera um novo secret e devolve o otpauth URL para o app autenticador.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/2fa\/setup",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/2fa\/setup"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "N\u00e3o persiste como ativo enquanto enable() n\u00e3o validar um c\u00f3digo."
                    },
                    "response": []
                },
                {
                    "name": "Ativa o 2FA validando um c\u00f3digo TOTP gerado pelo app autenticador.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/2fa\/enable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/2fa\/enable"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"bngzmi\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Desativa o 2FA exigindo senha + c\u00f3digo TOTP atual.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/2fa\/disable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/2fa\/disable"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"|]|{+-\",\"code\":\"vdljni\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 AML\/PLD",
            "description": "\nAlertas e regras de preven\u00e7\u00e3o \u00e0 lavagem de dinheiro.",
            "item": [
                {
                    "name": "Lista paginada de alertas com filtros.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/aml\/alerts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/aml\/alerts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"rule_code\":\"b\",\"user_id\":16,\"start_date\":\"2026-06-27T15:12:23\",\"end_date\":\"2026-06-27T15:12:23\",\"per_page\":22,\"page\":67}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/aml\/alerts\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/aml\/alerts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/aml\/alerts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the alert."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Atualiza status do alerta (revis\u00e3o pelo admin).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/aml\/alerts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/aml\/alerts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the alert."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"architecto\",\"review_notes\":\"n\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/aml\/rules",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/aml\/rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/aml\/rules"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/aml\/rules\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/aml\/rules\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/aml\/rules\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the rule."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"enabled\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Dispara um scan manual.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/aml\/scan",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/aml\/scan"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"days\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Audit Log",
            "description": "\nTrilha de auditoria de a\u00e7\u00f5es destrutivas\/sens\u00edveis do admin.",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/audit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/audit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/audit"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"action\":\"b\",\"resource_type\":\"n\",\"admin_user_id\":16,\"start_date\":\"2026-06-27T15:12:23\",\"end_date\":\"2026-06-27T15:12:23\",\"per_page\":22,\"page\":67,\"q\":\"z\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/audit\/actions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/audit\/actions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/audit\/actions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Billing & MRR",
            "description": "\nKPIs financeiros baseados em `account_plan_assignments` (sombra local que vai\nsendo populada conforme `changeUserPlan` \u00e9 chamado).",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/billing\/overview",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/billing\/overview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/billing\/overview"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/billing\/timeseries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/billing\/timeseries",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/billing\/timeseries"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"days\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Lista assignments (current + hist\u00f3rico) paginado.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/billing\/assignments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/billing\/assignments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"state\":\"ended\",\"plan_id\":\"b\",\"page\":22,\"per_page\":7}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Boletos",
            "description": "\nGest\u00e3o local de boletos (sombra). Inclui baixa manual e cancelamento com auditoria.",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/boletos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/boletos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/boletos"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_number\":\"b\",\"type\":\"n\",\"start_date\":\"2026-06-27T15:12:23\",\"end_date\":\"2026-06-27T15:12:23\",\"q\":\"g\",\"page\":66,\"per_page\":17}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/boletos\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/boletos\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/boletos\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the boleto."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/boletos\/{id}\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/boletos\/:id\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/boletos\/:id\/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the boleto."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"architecto\",\"reason\":\"n\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Exporta\u00e7\u00f5es",
            "description": "\nStreaming de CSV para os principais recursos. N\u00e3o carrega tudo em mem\u00f3ria \u2014\nusa cursor() do Laravel.",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/export\/manifest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/export\/manifest",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/export\/manifest"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/export\/{resource}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/export\/:resource",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/export\/:resource",
                            "variable": [
                                {
                                    "id": "resource",
                                    "key": "resource",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-06-27T15:12:23\",\"end_date\":\"2026-06-27T15:12:23\",\"limit\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Growth & Reten\u00e7\u00e3o",
            "description": "\nM\u00e9tricas de produto: funil de ativa\u00e7\u00e3o, churn, coortes e NPS.\nTodos os endpoints exigem autentica\u00e7\u00e3o admin (Bearer token).",
            "item": [
                {
                    "name": "Vis\u00e3o consolidada",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/growth\/overview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/growth\/overview"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-06-27\",\"end_date\":\"2052-07-20\",\"survey_tag\":\"n\",\"inactivity_days\":7,\"window_days\":16,\"months_back\":21}"
                        },
                        "description": "Atalho que retorna funil + churn + NPS + coortes na mesma chamada\npara alimentar um dashboard \u00fanico."
                    },
                    "response": []
                },
                {
                    "name": "Funil de ativa\u00e7\u00e3o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/growth\/funnel",
                            "query": [
                                {
                                    "key": "start_date",
                                    "value": "architecto",
                                    "description": "date Data inicial (Y-m-d). Default: 30 dias atr\u00e1s.",
                                    "disabled": false
                                },
                                {
                                    "key": "end_date",
                                    "value": "architecto",
                                    "description": "date Data final (Y-m-d). Default: hoje.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/growth\/funnel?start_date=architecto&end_date=architecto"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-06-27\",\"end_date\":\"2052-07-20\",\"survey_tag\":\"n\",\"inactivity_days\":7,\"window_days\":16,\"months_back\":21}"
                        },
                        "description": "Retorna a contagem de usu\u00e1rios em cada etapa do funil\n(cadastro \u2192 KYC \u2192 conta ativa \u2192 primeiro dep\u00f3sito \u2192 primeira transa\u00e7\u00e3o enviada)."
                    },
                    "response": []
                },
                {
                    "name": "Churn e reten\u00e7\u00e3o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/growth\/churn",
                            "query": [
                                {
                                    "key": "inactivity_days",
                                    "value": "16",
                                    "description": "Dias de inatividade que definem churn. Default: 30.",
                                    "disabled": false
                                },
                                {
                                    "key": "window_days",
                                    "value": "16",
                                    "description": "Tamanho da janela de compara\u00e7\u00e3o. Default: 90.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/growth\/churn?inactivity_days=16&window_days=16"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-06-27\",\"end_date\":\"2052-07-20\",\"survey_tag\":\"n\",\"inactivity_days\":7,\"window_days\":16,\"months_back\":21}"
                        },
                        "description": "Compara usu\u00e1rios ativos (com transa\u00e7\u00e3o) na janela atual vs. janela anterior\npara identificar perda e reten\u00e7\u00e3o de base ativa."
                    },
                    "response": []
                },
                {
                    "name": "Coortes de reten\u00e7\u00e3o semanal",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/growth\/cohorts",
                            "query": [
                                {
                                    "key": "months_back",
                                    "value": "16",
                                    "description": "Quantos meses retroceder. Default: 6.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/growth\/cohorts?months_back=16"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-06-27\",\"end_date\":\"2052-07-20\",\"survey_tag\":\"n\",\"inactivity_days\":7,\"window_days\":16,\"months_back\":21}"
                        },
                        "description": "Agrupa usu\u00e1rios pelo m\u00eas de cadastro e mostra a reten\u00e7\u00e3o semana a semana\n(% que voltou a transacionar em cada uma das 8 semanas seguintes)."
                    },
                    "response": []
                },
                {
                    "name": "NPS \u2014 Net Promoter Score",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/growth\/nps",
                            "query": [
                                {
                                    "key": "start_date",
                                    "value": "architecto",
                                    "description": "date Y-m-d.",
                                    "disabled": false
                                },
                                {
                                    "key": "end_date",
                                    "value": "architecto",
                                    "description": "date Y-m-d.",
                                    "disabled": false
                                },
                                {
                                    "key": "survey_tag",
                                    "value": "architecto",
                                    "description": "Filtra por tag da pesquisa (ex: post_onboarding).",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/growth\/nps?start_date=architecto&end_date=architecto&survey_tag=architecto"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-06-27\",\"end_date\":\"2052-07-20\",\"survey_tag\":\"n\",\"inactivity_days\":7,\"window_days\":16,\"months_back\":21}"
                        },
                        "description": "Score = %promotores (9-10) \u2212 %detratores (0-6). Lista tamb\u00e9m os 10 coment\u00e1rios mais recentes."
                    },
                    "response": []
                },
                {
                    "name": "Lista de respostas NPS",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/growth\/nps\/responses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/growth\/nps\/responses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-06-27\",\"end_date\":\"2052-07-20\",\"survey_tag\":\"n\",\"inactivity_days\":7,\"window_days\":16,\"months_back\":21}"
                        },
                        "description": "Lista paginada de respostas NPS individuais para an\u00e1lise qualitativa."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Observabilidade",
            "description": "\nHealth do sistema: jobs, filas, webhooks recebidos\/processados, falhas recentes.",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/observability\/overview",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/observability\/overview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/observability\/overview"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/observability\/jobs\/failed",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/observability\/jobs\/failed",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/observability\/jobs\/failed"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"queue\":\"b\",\"page\":22,\"per_page\":7}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/observability\/jobs\/failed\/retry-all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/observability\/jobs\/failed\/retry-all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/observability\/jobs\/failed\/retry-all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/observability\/jobs\/failed\/{uuid}\/retry",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/observability\/jobs\/failed\/:uuid\/retry",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/observability\/jobs\/failed\/:uuid\/retry",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/observability\/jobs\/failed\/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/observability\/jobs\/failed\/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/observability\/jobs\/failed\/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "S\u00e9rie temporal di\u00e1ria (N dias) de webhooks: received vs forwarded vs failed deliveries.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/observability\/webhooks\/timeseries",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/observability\/webhooks\/timeseries"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"days\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Offboarding",
            "description": "\nEncerramentos de conta: visualiza evid\u00eancias, registra fechamento legal final.\n\nFluxo:\n1) Conta \u00e9 encerrada operacionalmente (closed_at gravado por AccountController::close)\n2) Time legal\/compliance revisa as evid\u00eancias e marca legally_closed_at",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/offboarding",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/offboarding",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/offboarding"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"state\":\"all\",\"q\":\"b\",\"start_date\":\"2026-06-27T15:12:23\",\"end_date\":\"2026-06-27T15:12:23\",\"page\":22,\"per_page\":7}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/offboarding\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/offboarding\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/offboarding\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the offboarding."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/offboarding\/{id}\/close-legally",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/offboarding\/:id\/close-legally",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/offboarding\/:id\/close-legally",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the offboarding."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"legal_notes\":\"b\",\"force\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/offboarding\/{id}\/notes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/offboarding\/:id\/notes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/offboarding\/:id\/notes",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the offboarding."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"note\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Pap\u00e9is & Permiss\u00f5es",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"b\",\"name\":\"n\",\"description\":\"Animi quos velit et fugiat.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Et animi quos velit et fugiat.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Sincroniza pap\u00e9is de um admin (substitui o set).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/:userId\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/:userId\/roles",
                            "variable": [
                                {
                                    "id": "userId",
                                    "key": "userId",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_ids\":[16]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Reconcilia\u00e7\u00e3o",
            "description": "\nHist\u00f3rico de reconcilia\u00e7\u00f5es (consulta de webhooks falhados no core e\nreprocesso local) e disparo manual.",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/reconcile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/reconcile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/reconcile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"running\",\"page\":16,\"per_page\":22}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/reconcile\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/reconcile\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/reconcile\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the reconcile."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Dispara `php artisan webhooks:reconcile --days=N [--dry-run]`.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/reconcile\/run",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/reconcile\/run"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"days\":1,\"dry_run\":false}"
                        },
                        "description": "S\u00edncrono \u2014 fica rodando at\u00e9 terminar."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Search",
            "description": "\nBusca global (Cmd+K) \u2014 retorna resultados unificados de users, accounts,\ntransactions e cards.",
            "item": [
                {
                    "name": "GET api\/v1\/admin\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"q\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin \u00b7 Stats",
            "description": "\nEstat\u00edsticas agregadas para o dashboard administrativo.",
            "item": [
                {
                    "name": "S\u00e9rie temporal di\u00e1ria (transa\u00e7\u00f5es + cadastros) nos \u00faltimos N dias.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/stats\/timeseries",
                            "query": [
                                {
                                    "key": "days",
                                    "value": "16",
                                    "description": "Janela em dias (1-365). Default: 30.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/stats\/timeseries?days=16"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Distribui\u00e7\u00f5es por categoria.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/stats\/distribution",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/stats\/distribution"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retorna contagens agregadas para uso em gr\u00e1ficos de barra\/pizza:\n- Transa\u00e7\u00f5es por event_name (top 10)\n- Contas por status\n- Usu\u00e1rios por type_account"
                    },
                    "response": []
                }
            ]
        },
        {
            "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\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"email\":\"zbailey@example.net\",\"document\":\"iyvdljnikhwaykcm\",\"phone\":\"yuwpwlvqwrsitcps\",\"password\":\"a:x&S$hSn7L'\",\"commercial_name\":\"v\",\"responsible_name\":\"l\",\"responsible_document\":\"xjklqppwqbewtn\",\"responsible_birth_date\":\"27\\\/06\\\/2026\",\"responsible_phone\":\"noqitpxntltcvipo\",\"bank\":{\"code\":\"j\",\"account_type\":\"PP\",\"agency\":\"sausgi\",\"agency_digit\":\"og\",\"account\":\"lrbchgsrzyhcttwb\",\"account_digit\":\"km\"},\"address\":{\"zip_code\":\"kftmgos\",\"street\":\"g\",\"number\":\"tvnbobmzezcrcval\",\"district\":\"e\",\"city\":\"x\",\"state\":\"qz\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/local-login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/local-login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/local-login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"login\":\"architecto\",\"password\":\"|]|{+-\"}"
                        },
                        "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\",\"login\":\"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\",\"login\":\"architecto\",\"token\":\"architecto\",\"new_password\":\"ngzmiyvdljnikhwaykcmyuwpwl\"}"
                        },
                        "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": "GET api\/v1\/auth\/login-history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/login-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/login-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Status da conta de recebimento + dados banc\u00e1rios.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/portal\/safe2pay\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/portal\/safe2pay\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Saldo da carteira da subconta (dispon\u00edvel\/em tr\u00e2nsito).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/portal\/safe2pay\/balance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/portal\/safe2pay\/balance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Extrato\/repasses da subconta.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/portal\/safe2pay\/statement",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/portal\/safe2pay\/statement"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cria uma cobran\u00e7a PIX (recebimento) na subconta do cliente.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/portal\/safe2pay\/charges\/pix",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/portal\/safe2pay\/charges\/pix"
                        },
                        "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.\",\"reference\":\"d\",\"expiration\":89,\"customer\":{\"name\":\"j\",\"document\":\"nikhwaykcmyuwpwl\",\"email\":\"wleuschke@example.net\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cria um boleto na subconta do cliente.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/portal\/safe2pay\/charges\/boleto",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/portal\/safe2pay\/charges\/boleto"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":27,\"due_date\":\"27\\\/06\\\/2026\",\"description\":\"Et animi quos velit et fugiat.\",\"reference\":\"d\",\"customer\":{\"name\":\"l\",\"document\":\"jnikhwaykcmyuwpw\",\"email\":\"emelie.baumbach@example.net\"}}"
                        },
                        "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\":\"NOT_ALLOWED\",\"recipient_name\":\"architecto\",\"expires_at\":\"2026-06-27T15:12:22\",\"payer\":{\"name\":\"architecto\",\"document_number\":\"architecto\",\"type\":\"CUSTOMER\",\"address\":{\"city\":\"architecto\",\"state\":\"architecto\",\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"neighborhood\":\"architecto\"}}}"
                        },
                        "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": "Retorna o c\u00f3digo de indica\u00e7\u00e3o do usu\u00e1rio atual (gera se ainda n\u00e3o tem)\n+ estat\u00edsticas (total convidados, convertidos).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/referral",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/referral"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Aplica um c\u00f3digo de indica\u00e7\u00e3o ao usu\u00e1rio atual.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/referral\/apply",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/referral\/apply"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"bngzmiyvdljnikhw\"}"
                        },
                        "description": "S\u00f3 funciona se ainda n\u00e3o foi indicado e o c\u00f3digo n\u00e3o \u00e9 o dele mesmo."
                    },
                    "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": "POST api\/v1\/payments\/card",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payments\/card",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payments\/card"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":27,\"reference\":\"n\",\"description\":\"Animi quos velit et fugiat.\",\"installments\":8,\"card_token\":\"architecto\",\"card\":{\"holder\":\"architecto\",\"number\":\"architecto\",\"expiration\":\"architecto\",\"cvv\":\"architecto\"},\"customer\":{\"name\":\"architecto\",\"document\":\"architecto\",\"email\":\"zbailey@example.net\",\"phone\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/payments\/card\/tokenize",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payments\/card\/tokenize",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payments\/card\/tokenize"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"card\":{\"holder\":\"architecto\",\"number\":\"architecto\",\"expiration\":\"architecto\",\"cvv\":\"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\":\"accountPortability\"}"
                        },
                        "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-06-27\",\"close_payment\":\"2026-06-27\",\"type\":\"Deposit\",\"payer\":{\"document\":\"aykcmyuwpwlvqw\",\"name\":\"r\",\"trade_name\":\"s\",\"address\":{\"zip_code\":\"itcpscql\",\"address_line\":\"d\",\"number\":\"zsnrwtujwvlxjklq\",\"neighborhood\":\"p\",\"city\":\"p\",\"state\":\"wq\"}},\"interest\":{\"start_date\":\"2026-06-27\",\"value\":4,\"type\":\"FixedAmount\"},\"fine\":{\"start_date\":\"2026-06-27\",\"value\":25,\"type\":\"FixedAmount\"},\"discount\":{\"limit_date\":\"2026-06-27\",\"value\":9,\"type\":\"FixedPercentUntilLimitDate\"}}"
                        },
                        "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-06-27\",\"end_date\":\"2026-06-27\",\"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": "POST api\/v1\/webhooks\/safe2pay\/{integration}\/{sig}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/webhooks\/safe2pay\/:integration\/:sig",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/webhooks\/safe2pay\/:integration\/:sig",
                            "variable": [
                                {
                                    "id": "integration",
                                    "key": "integration",
                                    "value": "564",
                                    "description": ""
                                },
                                {
                                    "id": "sig",
                                    "key": "sig",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "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\/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": "Status da subconta + dados banc\u00e1rios do recebedor.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/safe2pay\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/safe2pay\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Saldo da carteira da subconta (dispon\u00edvel\/em tr\u00e2nsito\/previsto).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/safe2pay\/balance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/safe2pay\/balance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Extrato\/repasses da subconta (m\u00eas\/ano opcionais).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/safe2pay\/statement",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/safe2pay\/statement"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Consulta uma transa\u00e7\u00e3o por id (concilia\u00e7\u00e3o\/sync).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/safe2pay\/transactions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/safe2pay\/transactions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Consulta uma transa\u00e7\u00e3o pelo Reference (conciliation_id do consumidor).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/safe2pay\/by-reference\/:reference",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/safe2pay\/by-reference\/:reference",
                            "variable": [
                                {
                                    "id": "reference",
                                    "key": "reference",
                                    "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\/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\":false,\"amount\":84,\"change_amount_type\":\"ALLOWED\",\"recipient_name\":\"architecto\",\"expires_at\":\"2026-06-27T15:12:22\",\"payer\":{\"name\":\"architecto\",\"document_number\":\"architecto\",\"type\":\"CUSTOMER\",\"address\":{\"city\":\"architecto\",\"state\":\"architecto\",\"zip_code\":\"architecto\",\"address_line\":\"architecto\",\"neighborhood\":\"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-06-27\",\"close_payment\":\"2026-06-27\",\"type\":\"Levy\",\"payer\":{\"document\":\"aykcmyuwpwlvqw\",\"name\":\"r\",\"trade_name\":\"s\",\"address\":{\"zip_code\":\"itcpscql\",\"address_line\":\"d\",\"number\":\"zsnrwtujwvlxjklq\",\"neighborhood\":\"p\",\"city\":\"p\",\"state\":\"wq\"}},\"interest\":{\"start_date\":\"2026-06-27\",\"value\":4,\"type\":\"Percent\"},\"fine\":{\"start_date\":\"2026-06-27\",\"value\":25,\"type\":\"Percent\"},\"discount\":{\"limit_date\":\"2026-06-27\",\"value\":9,\"type\":\"FixedAmountUntilLimitDate\"}}"
                        },
                        "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-06-27\",\"end_date\":\"2026-06-27\",\"page\":16,\"per_page\":22,\"order_column\":\"status\",\"order_direction\":\"ASC\",\"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\/card",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/payments\/card",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/payments\/card"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":27,\"reference\":\"n\",\"description\":\"Animi quos velit et fugiat.\",\"installments\":8,\"card_token\":\"architecto\",\"card\":{\"holder\":\"architecto\",\"number\":\"architecto\",\"expiration\":\"architecto\",\"cvv\":\"architecto\"},\"customer\":{\"name\":\"architecto\",\"document\":\"architecto\",\"email\":\"zbailey@example.net\",\"phone\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/external\/payments\/card\/tokenize",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/external\/payments\/card\/tokenize",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/external\/payments\/card\/tokenize"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"card\":{\"holder\":\"architecto\",\"number\":\"architecto\",\"expiration\":\"architecto\",\"cvv\":\"architecto\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cash-out por TRANSFER\u00caNCIA BANC\u00c1RIA \u2014 \u00fanica forma de saque da Safe2Pay\n(n\u00e3o h\u00e1 saque por chave PIX). Mesma idempot\u00eancia do pix().",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payouts\/transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payouts\/transfer"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"receiver_name\":\"b\",\"receiver_document\":\"ngzmiyvdljnikhwa\",\"amount\":50,\"description\":\"Quo omnis nostrum aut adipisci.\",\"reference\":\"p\",\"compensation_date\":\"2026-06-27\",\"bank\":{\"code\":\"w\",\"account_type\":\"PP\",\"agency\":\"lvqwrs\",\"agency_digit\":\"it\",\"account\":\"cpscqldzsnrwtujw\",\"account_digit\":\"vl\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Consulta de um payout pela refer\u00eancia\/idempotency-key do consumidor.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payouts\/transfer\/:reference",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payouts\/transfer\/:reference",
                            "variable": [
                                {
                                    "id": "reference",
                                    "key": "reference",
                                    "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\/payouts\/pix",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payouts\/pix",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payouts\/pix"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"pix_key\":\"b\",\"amount\":39,\"description\":\"Animi quos velit et fugiat.\",\"reference\":\"d\",\"pix_key_type\":\"cpf\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Consulta de um payout pela refer\u00eancia\/idempotency-key do consumidor.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/payouts\/pix\/:reference",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/payouts\/pix\/:reference",
                            "variable": [
                                {
                                    "id": "reference",
                                    "key": "reference",
                                    "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\/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\":\"|]|{+-\",\"totp_code\":\"vdljni\"}"
                        },
                        "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\/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-06-27T15:12:22\",\"end_date\":\"2052-07-20\",\"page\":22,\"per_page\":7,\"search\":\"z\",\"direction\":\"OUT\",\"transaction_type_code\":\"p2p\",\"status\":\"RETURN\",\"order_column\":\"createdAt\",\"order_direction\":\"DESC\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/environments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/environments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/environments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/environments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/environments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/environments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Lista consumidores (integra\u00e7\u00f5es) e o ambiente em que est\u00e3o.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/environments\/consumers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/environments\/consumers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Saldo + pr\u00f3ximos repasses (extrato) da carteira Safe2Pay do ambiente.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/environments\/:environment_id\/balance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/environments\/:environment_id\/balance",
                            "variable": [
                                {
                                    "id": "environment_id",
                                    "key": "environment_id",
                                    "value": "1",
                                    "description": "The ID of the environment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "S\u00f3 Safe2Pay tem carteira; HiperBanco devolve \"unsupported\"."
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/environments\/{environment_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/environments\/:environment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/environments\/:environment_id",
                            "variable": [
                                {
                                    "id": "environment_id",
                                    "key": "environment_id",
                                    "value": "1",
                                    "description": "The ID of the environment."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Define o ambiente como padr\u00e3o (usado por consumidores sem atribui\u00e7\u00e3o).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/environments\/:environment_id\/default",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/environments\/:environment_id\/default",
                            "variable": [
                                {
                                    "id": "environment_id",
                                    "key": "environment_id",
                                    "value": "1",
                                    "description": "The ID of the environment."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Garante exclusividade do flag is_default."
                    },
                    "response": []
                },
                {
                    "name": "Testa a conex\u00e3o com o provedor usando as credenciais salvas.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/environments\/:environment_id\/test",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/environments\/:environment_id\/test",
                            "variable": [
                                {
                                    "id": "environment_id",
                                    "key": "environment_id",
                                    "value": "1",
                                    "description": "The ID of the environment."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Atribui um consumidor a um ambiente (migra\u00e7\u00e3o gradual por sistema).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/integrations\/:integration_id\/environment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/integrations\/:integration_id\/environment",
                            "variable": [
                                {
                                    "id": "integration_id",
                                    "key": "integration_id",
                                    "value": "3",
                                    "description": "The ID of the integration."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"payment_environment_id\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Lista clientes com subconta Safe2Pay + plano de comiss\u00e3o atual.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/clients"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Status da subconta + saldo (se ativa).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/clients\/:user_id\/subaccount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/clients\/:user_id\/subaccount",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cria\/Reprovisiona a subconta do cliente.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/clients\/:user_id\/subaccount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/clients\/:user_id\/subaccount",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"commercial_name\":\"n\",\"document\":\"gzmiyvdljnikhway\",\"responsible_name\":\"k\",\"responsible_document\":\"cmyuwpwlvqwrsi\",\"responsible_birth_date\":\"27\\\/06\\\/2026\",\"responsible_phone\":\"tcpscqldzsnrwtuj\",\"email\":\"schultz.audrey@example.org\",\"bank\":{\"code\":\"k\",\"account_type\":\"PP\",\"agency\":\"lqppwq\",\"agency_digit\":\"be\",\"account\":\"wtnnoqitpxntltcv\",\"account_digit\":\"ip\"},\"address\":{\"zip_code\":\"ojsausg\",\"street\":\"i\",\"number\":\"oglrbchgsrzyhctt\",\"complement\":\"w\",\"district\":\"b\",\"city\":\"k\",\"state\":\"mk\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Propaga o plano de comiss\u00e3o atual para a subconta (Marketplace\/Update).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/clients\/:user_id\/subaccount\/sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/clients\/:user_id\/subaccount\/sync",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/commission-plans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/commission-plans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/commission-plans"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/admin\/commission-plans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/commission-plans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/commission-plans"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/v1\/admin\/commission-plans\/{commissionPlan_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/commission-plans\/:commissionPlan_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/commission-plans\/:commissionPlan_id",
                            "variable": [
                                {
                                    "id": "commissionPlan_id",
                                    "key": "commissionPlan_id",
                                    "value": "1",
                                    "description": "The ID of the commissionPlan."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/admin\/commission-plans\/{commissionPlan_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/commission-plans\/:commissionPlan_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/commission-plans\/:commissionPlan_id",
                            "variable": [
                                {
                                    "id": "commissionPlan_id",
                                    "key": "commissionPlan_id",
                                    "value": "1",
                                    "description": "The ID of the commissionPlan."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Define como padr\u00e3o (exclusivo).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/commission-plans\/:commissionPlan_id\/default",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/commission-plans\/:commissionPlan_id\/default",
                            "variable": [
                                {
                                    "id": "commissionPlan_id",
                                    "key": "commissionPlan_id",
                                    "value": "1",
                                    "description": "The ID of the commissionPlan."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Atribui um plano de comiss\u00e3o a um cliente (null = volta ao padr\u00e3o).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/clients\/:user_id\/commission-plan",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/clients\/:user_id\/commission-plan",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"commission_plan_id\":16}"
                        },
                        "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-06-27\",\"end_date\":\"2026-06-27\",\"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\":\"Disabled\",\"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\":\"availability\",\"order_direction\":\"ASC\"}"
                        },
                        "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": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "availability",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "visibility",
                                    "value": "1",
                                    "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\/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": "1",
                                    "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": "Portal \u00b7 NPS",
            "description": "\nColeta de NPS dentro do app autenticado.",
            "item": [
                {
                    "name": "Verificar elegibilidade da pesquisa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/nps\/eligibility",
                            "query": [
                                {
                                    "key": "survey_tag",
                                    "value": "post_onboarding",
                                    "description": "Tag da pesquisa para checar.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/nps\/eligibility?survey_tag=post_onboarding"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retorna se o usu\u00e1rio deve ver o prompt de NPS (ainda n\u00e3o respondeu nesta tag\nnos \u00faltimos 90 dias)."
                    },
                    "response": []
                },
                {
                    "name": "Enviar resposta NPS",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/nps",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/nps"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"score\":9,\"comment\":\"Atendimento r\u00e1pido.\",\"survey_tag\":\"post_onboarding\",\"source\":\"app\"}"
                        },
                        "description": "Registra uma resposta de NPS do usu\u00e1rio autenticado. A categoria\n(promoter\/passive\/detractor) \u00e9 derivada do score."
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "type": "string"
            }
        ]
    }
}