{
    "item": [
        {
            "name": "api",
            "description": "",
            "item": [
                {
                    "name": "v1",
                    "description": "",
                    "item": [
                        {
                            "name": "auth",
                            "description": "",
                            "item": [
                                {
                                    "name": "login",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3a8c7bf3-e445-4bd1-bb5f-ec7d06a3f4fb",
                                            "name": "Autenticar usuário",
                                            "request": {
                                                "name": "Autenticar usuário",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "login"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"totp_code\": \"<string>\",\n  \"backup_code\": \"<string>\",\n  \"dispositivo_token\": \"<string>\",\n  \"confiar_dispositivo\": \"<boolean>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2d500d15-5de2-48c5-a287-facef706d3f9",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "login"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"totp_code\": \"<string>\",\n  \"backup_code\": \"<string>\",\n  \"dispositivo_token\": \"<string>\",\n  \"confiar_dispositivo\": \"<boolean>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "refresh",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "06483352-9119-4617-b13d-9106fc7b1398",
                                            "name": "Renovar access token",
                                            "request": {
                                                "name": "Renovar access token",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "refresh"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"refresh_token\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "a7b849c2-2789-4bb6-b1bb-5465903a35d4",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "refresh"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"refresh_token\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "logout",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f517d093-a99d-4d76-b23c-051289b6b003",
                                            "name": "Encerrar sessão",
                                            "request": {
                                                "name": "Encerrar sessão",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "logout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "db3a0970-a57f-41f6-a5a1-b6492b962f6d",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "logout"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "registrar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8d4ce04c-84e7-4940-ac69-950c77196b9f",
                                            "name": "Registrar novo usuário",
                                            "request": {
                                                "name": "Registrar novo usuário",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "registrar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"nome\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"empresa_id\": \"<uuid>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "9db1d929-5a1b-44c9-8405-e30a6e7a2b28",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "registrar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"nome\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"empresa_id\": \"<uuid>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "verificar-email",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7df48246-418a-427c-bdc6-0903898a2b38",
                                            "name": "Verificar email com token",
                                            "request": {
                                                "name": "Verificar email com token",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "verificar-email"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"token\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "20a5c716-7489-4ecb-93b4-660132087a78",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "verificar-email"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"token\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "esqueci-senha",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c70b05ae-20c9-476d-852f-8d7ba1712b47",
                                            "name": "Solicitar recuperação de senha",
                                            "request": {
                                                "name": "Solicitar recuperação de senha",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "esqueci-senha"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"email\": \"<email>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "9e95fb96-d5c4-4a87-9636-e1293ec85669",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "esqueci-senha"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"email\": \"<email>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "resetar-senha",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4b4590f0-4e15-4457-a5c1-10fad7c2f4d0",
                                            "name": "Resetar senha com token",
                                            "request": {
                                                "name": "Resetar senha com token",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "resetar-senha"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"token\": \"<string>\",\n  \"nova_senha\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "4c765a1e-77d0-45b0-b02c-35ba7fa49daa",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "resetar-senha"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"token\": \"<string>\",\n  \"nova_senha\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "alterar-senha",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "21c30acc-aff6-4f37-a422-fb614b73e8d8",
                                            "name": "Alterar senha do usuário autenticado",
                                            "request": {
                                                "name": "Alterar senha do usuário autenticado",
                                                "description": {
                                                    "content": "Exige senha atual + nova senha. Revoga TODAS as outras sessões ativas (mantém apenas a atual). Audita LGPD.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "alterar-senha"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"senha_atual\": \"<string>\",\n  \"nova_senha\": \"@h@h@h@h\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "9e448eb9-ebf9-4e15-a203-3baac2b14d84",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "alterar-senha"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"senha_atual\": \"<string>\",\n  \"nova_senha\": \"@h@h@h@h\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "sessoes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bb4e1352-5f1d-4eb8-a485-0fe83a90a74e",
                                            "name": "Listar sessões ativas",
                                            "request": {
                                                "name": "Listar sessões ativas",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "sessoes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6a47b0c9-629e-4400-973f-f5a9d881b260",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "sessoes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "38ae8ea9-ffd9-4988-876d-fd942ac48343",
                                                    "name": "Revogar sessão específica",
                                                    "request": {
                                                        "name": "Revogar sessão específica",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "sessoes",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "50c3b6c2-9800-4c9b-a373-b459bf901a9d",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auth",
                                                                        "sessoes",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "dispositivos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b16ff6c5-a0e5-4a32-b6ea-923a06836b61",
                                            "name": "Listar dispositivos confiáveis (D.5)",
                                            "request": {
                                                "name": "Listar dispositivos confiáveis (D.5)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "dispositivos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "7c60e4d5-2a3b-495e-a2ba-04c3179e64b8",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "dispositivos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "209377c7-3006-4ff3-9348-3afb90ac95f2",
                                                    "name": "Revogar dispositivo confiável (D.5)",
                                                    "request": {
                                                        "name": "Revogar dispositivo confiável (D.5)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "dispositivos",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "06cab885-aba4-4ebe-b9d6-0487922dedf4",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auth",
                                                                        "dispositivos",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "2fa",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "setup",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a70cafd9-8077-4fc1-8a0b-1cb5483b7046",
                                                    "name": "Iniciar configuração de 2FA",
                                                    "request": {
                                                        "name": "Iniciar configuração de 2FA",
                                                        "description": {
                                                            "content": "Gera novo secret TOTP, criptografa e retorna QR Code para o usuário escanear no Google Authenticator. Não ativa 2FA até verify-setup ser chamado.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "2fa",
                                                                "setup"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "cb1a5663-025f-4901-a582-c2a64b5ba5f5",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auth",
                                                                        "2fa",
                                                                        "setup"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"sucesso\": \"<boolean>\",\n  \"secret_base32\": \"<string>\",\n  \"qr_code_dataurl\": \"<string>\",\n  \"issuer\": \"<string>\",\n  \"account\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "verify-setup",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d5814ff8-e80d-4b9f-b88c-08060f6cbdb2",
                                                    "name": "Confirmar configuração de 2FA",
                                                    "request": {
                                                        "name": "Confirmar configuração de 2FA",
                                                        "description": {
                                                            "content": "Verifica o primeiro código TOTP, ativa 2FA e gera 8 backup codes (visíveis APENAS uma vez).",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "2fa",
                                                                "verify-setup"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"codigo\": \"789205\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a83e0e97-5aae-4ffb-a05a-4d3917323906",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auth",
                                                                        "2fa",
                                                                        "verify-setup"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"codigo\": \"789205\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"sucesso\": \"<boolean>\",\n  \"backup_codes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "disable",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "4b31585a-a92b-440d-a2d7-b48faed761c2",
                                                    "name": "Desativar 2FA",
                                                    "request": {
                                                        "name": "Desativar 2FA",
                                                        "description": {
                                                            "content": "Desativa 2FA. Exige senha + código TOTP atual. Revoga TODOS os dispositivos confiáveis do usuário.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "2fa",
                                                                "disable"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"senha\": \"<string>\",\n  \"codigo_totp\": \"487207\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "eec5fd15-20f0-47bc-b329-dbfe50cb6e3f",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auth",
                                                                        "2fa",
                                                                        "disable"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"senha\": \"<string>\",\n  \"codigo_totp\": \"487207\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "regenerate-backup-codes",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3ded9130-0417-4f9d-9019-e8ec884defc4",
                                                    "name": "Regenerar backup codes",
                                                    "request": {
                                                        "name": "Regenerar backup codes",
                                                        "description": {
                                                            "content": "Gera 8 novos backup codes e invalida os antigos. Exige código TOTP atual. Códigos antigos não funcionarão mais.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "2fa",
                                                                "regenerate-backup-codes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"codigo_totp\": \"357064\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5c27c744-625a-43fc-8281-8966a2d98a0b",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auth",
                                                                        "2fa",
                                                                        "regenerate-backup-codes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"codigo_totp\": \"357064\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"sucesso\": \"<boolean>\",\n  \"backup_codes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "me",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6422445a-e0dc-4d00-8c16-862cdf11404b",
                                            "name": "Dados do usuário autenticado",
                                            "request": {
                                                "name": "Dados do usuário autenticado",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auth",
                                                        "me"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "eabd3dff-4a38-4faa-8776-cd193207d540",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auth",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "onboarding",
                            "description": "",
                            "item": [
                                {
                                    "name": "utils",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "cnpj",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{cnpj}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "00bdfc63-5810-4480-a6f4-e4d87260d7f0",
                                                            "name": "Consulta CNPJ (público, sem auth)",
                                                            "request": {
                                                                "name": "Consulta CNPJ (público, sem auth)",
                                                                "description": {
                                                                    "content": "Usado no /cadastro público. Sem cap (ReceitaWS/BrasilAPI são grátis). Rate limit: 30 req/min por IP.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "onboarding",
                                                                        "utils",
                                                                        "cnpj",
                                                                        ":cnpj"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "eb7647e0-60a8-4a8b-afd1-1f885f2ea500",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "onboarding",
                                                                                "utils",
                                                                                "cnpj",
                                                                                ":cnpj"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "cep",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{cep}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "9309188c-e695-422c-84ce-95527a9cae16",
                                                            "name": "Consulta CEP (público, sem auth)",
                                                            "request": {
                                                                "name": "Consulta CEP (público, sem auth)",
                                                                "description": {
                                                                    "content": "Usado no /cadastro público. Sem cap (BrasilAPI/ViaCEP são grátis). Rate limit: 30 req/min por IP.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "onboarding",
                                                                        "utils",
                                                                        "cep",
                                                                        ":cep"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cep",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "0908f766-92f8-45f8-a67b-1a24ecc89a91",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "onboarding",
                                                                                "utils",
                                                                                "cep",
                                                                                ":cep"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cep"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "ie",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{cnpj}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "ad75b3d6-bbca-433e-9439-3daffd0d8237",
                                                            "name": "Consulta IE (público, com cap diário compartilhado)",
                                                            "request": {
                                                                "name": "Consulta IE (público, com cap diário compartilhado)",
                                                                "description": {
                                                                    "content": "Usado no /cadastro público. COM cap 500/24h via Redis sorted set. Rate limit: 30 req/min por IP.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "onboarding",
                                                                        "utils",
                                                                        "ie",
                                                                        ":cnpj"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "07691df6-2ee8-44b0-ac1d-ca1f17314d06",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "onboarding",
                                                                                "utils",
                                                                                "ie",
                                                                                ":cnpj"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "status",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6e67bc6d-e298-4d4d-aada-0624205a5be7",
                                            "name": "Primeiros passos: empresa, certificado, CSC, primeira nota, produção (estado real)",
                                            "request": {
                                                "name": "Primeiros passos: empresa, certificado, CSC, primeira nota, produção (estado real)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "onboarding",
                                                        "status"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "fa02e6b1-b1d9-4590-b165-b04ae5777c5a",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "onboarding",
                                                                "status"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "self-service",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f08b52f1-a21e-4e61-9ccf-5f26f7eb3818",
                                            "name": "Criar conta self-service Porta 1",
                                            "request": {
                                                "name": "Criar conta self-service Porta 1",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "onboarding",
                                                        "self-service"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"empresa\": {\n    \"razao_social\": \"<string>\",\n    \"cnpj\": \"<string>\",\n    \"regime_tributario\": \"mei\",\n    \"nome_fantasia\": \"<string>\",\n    \"ie\": \"<string>\",\n    \"im\": \"<string>\",\n    \"cnae\": \"<string>\",\n    \"cep\": \"52963027\",\n    \"logradouro\": \"<string>\",\n    \"numero\": \"<string>\",\n    \"bairro\": \"<string>\",\n    \"municipio\": \"<string>\",\n    \"uf\": \"KF\",\n    \"cod_municipio\": \"\",\n    \"telefone\": \"<string>\",\n    \"digest_dfe\": {\n      \"habilitado\": \"<boolean>\",\n      \"email_principal\": \"<string>\",\n      \"copias\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"usuario\": {\n    \"nome\": \"<string>\",\n    \"email\": \"<email>\",\n    \"senha\": \"<string>\"\n  },\n  \"ref\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0da68756-9d00-4bfe-8d5e-a4e23d881167",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "onboarding",
                                                                "self-service"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"empresa\": {\n    \"razao_social\": \"<string>\",\n    \"cnpj\": \"<string>\",\n    \"regime_tributario\": \"mei\",\n    \"nome_fantasia\": \"<string>\",\n    \"ie\": \"<string>\",\n    \"im\": \"<string>\",\n    \"cnae\": \"<string>\",\n    \"cep\": \"52963027\",\n    \"logradouro\": \"<string>\",\n    \"numero\": \"<string>\",\n    \"bairro\": \"<string>\",\n    \"municipio\": \"<string>\",\n    \"uf\": \"KF\",\n    \"cod_municipio\": \"\",\n    \"telefone\": \"<string>\",\n    \"digest_dfe\": {\n      \"habilitado\": \"<boolean>\",\n      \"email_principal\": \"<string>\",\n      \"copias\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"usuario\": {\n    \"nome\": \"<string>\",\n    \"email\": \"<email>\",\n    \"senha\": \"<string>\"\n  },\n  \"ref\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"sucesso\": \"<boolean>\",\n  \"mensagem\": \"<string>\",\n  \"empresa_id\": \"<uuid>\",\n  \"usuario_id\": \"<uuid>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "reenviar-verificacao",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "deb5a034-b31d-42bf-8e24-c293db732e9f",
                                                    "name": "Reenviar e-mail de verificação do onboarding self-service",
                                                    "request": {
                                                        "name": "Reenviar e-mail de verificação do onboarding self-service",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "onboarding",
                                                                "self-service",
                                                                "reenviar-verificacao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"email\": \"<email>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8da72a53-e351-4995-a68b-65ad6a05e1bc",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "onboarding",
                                                                        "self-service",
                                                                        "reenviar-verificacao"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"email\": \"<email>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "afiliados",
                            "description": "",
                            "item": [
                                {
                                    "id": "5744e2c9-1e12-45b7-a26d-e01d00e32944",
                                    "name": "Cadastrar afiliado",
                                    "request": {
                                        "name": "Cadastrar afiliado",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "afiliados"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"nome\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"telefone\": \"<string>\",\n  \"pix_chave\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "967c2b3f-d917-40f1-9335-b1813271e25b",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "afiliados"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"nome\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"telefone\": \"<string>\",\n  \"pix_chave\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "login",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d57c33b8-b088-4137-879f-d42c073eca4e",
                                            "name": "Login de afiliado",
                                            "request": {
                                                "name": "Login de afiliado",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "afiliados",
                                                        "login"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"email\": \"<string>\",\n  \"senha\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "93bf1d52-5eb4-4aeb-ad7a-44fdc852bb7b",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "afiliados",
                                                                "login"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"email\": \"<string>\",\n  \"senha\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "me",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "37bef706-543a-4e43-b7d2-3e21fee9a182",
                                            "name": "Painel do afiliado",
                                            "request": {
                                                "name": "Painel do afiliado",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "afiliados",
                                                        "me"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d725c735-fef0-4f24-a8af-518edf412163",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "afiliados",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "publico",
                            "description": "",
                            "item": [
                                {
                                    "name": "nfe",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{chave}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "danfe",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "1428da2e-1892-40df-a39d-b944ef305490",
                                                            "name": "DANFE em PDF por chave (link do e-mail, sem login)",
                                                            "request": {
                                                                "name": "DANFE em PDF por chave (link do e-mail, sem login)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "publico",
                                                                        "nfe",
                                                                        ":chave",
                                                                        "danfe"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "chave",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "a79ffc19-0f04-407e-8a92-254f7645d9eb",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "publico",
                                                                                "nfe",
                                                                                ":chave",
                                                                                "danfe"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "chave"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "empresa",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "logo",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "a07e76da-23b7-4366-a372-40c2b681700c",
                                                            "name": "Logo da empresa (PNG/JPEG) para e-mails",
                                                            "request": {
                                                                "name": "Logo da empresa (PNG/JPEG) para e-mails",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "publico",
                                                                        "empresa",
                                                                        ":id",
                                                                        "logo"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "83c7d280-3ebd-479d-b886-92e94a2f6cac",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "publico",
                                                                                "empresa",
                                                                                ":id",
                                                                                "logo"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "status",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b07ac6f8-a016-4e85-a1fb-64f775ae8be2",
                                            "name": "Status page público — saúde da plataforma (API, SEFAZ, filas)",
                                            "request": {
                                                "name": "Status page público — saúde da plataforma (API, SEFAZ, filas)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "publico",
                                                        "status"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "aec69793-6e1d-4e02-8dfe-a080f96749eb",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "publico",
                                                                "status"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "nfse",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "cobertura",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{ibge}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "70efb99c-b174-437f-9799-da2854cdabea",
                                                            "name": "Atendemos NFS-e neste município? (por código IBGE)",
                                                            "request": {
                                                                "name": "Atendemos NFS-e neste município? (por código IBGE)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "publico",
                                                                        "nfse",
                                                                        "cobertura",
                                                                        ":ibge"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "ibge",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Código IBGE (7 dígitos)",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "0ab66819-b47d-4762-8020-4a4d437ba50b",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "publico",
                                                                                "nfse",
                                                                                "cobertura",
                                                                                ":ibge"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Código IBGE (7 dígitos)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "ibge"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "id": "5a22e3a2-3522-42d8-9e6d-55fad0723631",
                                                    "name": "Panorama da cobertura de NFS-e (nacional + adapters municipais)",
                                                    "request": {
                                                        "name": "Panorama da cobertura de NFS-e (nacional + adapters municipais)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "publico",
                                                                "nfse",
                                                                "cobertura"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "3722eafb-3bd5-4abf-81bf-562fca5a1290",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "publico",
                                                                        "nfse",
                                                                        "cobertura"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "webhooks",
                            "description": "",
                            "item": [
                                {
                                    "name": "shopify",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{empresaId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "cfd67947-837a-4f63-8d8a-9067a98a192a",
                                                    "name": "/api/v1/webhooks/shopify/:empresaId",
                                                    "request": {
                                                        "name": "/api/v1/webhooks/shopify/:empresaId",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "webhooks",
                                                                "shopify",
                                                                ":empresaId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f470670a-6c03-4148-be3b-d9cf92f53166",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "webhooks",
                                                                        "shopify",
                                                                        ":empresaId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "mercadolivre",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{empresaId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "36c1f68e-e5f4-46c3-aa01-4e31cd988ebc",
                                                    "name": "/api/v1/webhooks/mercadolivre/:empresaId",
                                                    "request": {
                                                        "name": "/api/v1/webhooks/mercadolivre/:empresaId",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "webhooks",
                                                                "mercadolivre",
                                                                ":empresaId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "d3c33ac5-89e3-43a4-8791-9eba9bdf4e29",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "webhooks",
                                                                        "mercadolivre",
                                                                        ":empresaId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "hotmart",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{empresaId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2f9a9802-ea4d-4239-9ff8-d58365e8503f",
                                                    "name": "/api/v1/webhooks/hotmart/:empresaId",
                                                    "request": {
                                                        "name": "/api/v1/webhooks/hotmart/:empresaId",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "webhooks",
                                                                "hotmart",
                                                                ":empresaId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "9c8b0333-fdb3-4e16-a6e2-3970c3fee201",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "webhooks",
                                                                        "hotmart",
                                                                        ":empresaId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "generico",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{empresaId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c861a918-fa60-42ec-92e7-d5ecd040adeb",
                                                    "name": "/api/v1/webhooks/generico/:empresaId",
                                                    "request": {
                                                        "name": "/api/v1/webhooks/generico/:empresaId",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "webhooks",
                                                                "generico",
                                                                ":empresaId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e71a0aed-7cd2-4895-ad86-9341fa7c0595",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "webhooks",
                                                                        "generico",
                                                                        ":empresaId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "stripe",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a68acfaa-7673-4322-a2e0-dc660462f33e",
                                            "name": "Webhook do Stripe (validação via Stripe-Signature header)",
                                            "request": {
                                                "name": "Webhook do Stripe (validação via Stripe-Signature header)",
                                                "description": {
                                                    "content": "URL pública: https://www.nferapido.com.br/webhooks/stripe",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "webhooks",
                                                        "stripe"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2a1bc73e-f62c-4261-95f1-44411e7286de",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "webhooks",
                                                                "stripe"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "asaas",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "94acf661-ff6a-4303-952b-a08a931ce03c",
                                            "name": "Webhook Asaas (assinatura/créditos SaaS + boleto NFS-e)",
                                            "request": {
                                                "name": "Webhook Asaas (assinatura/créditos SaaS + boleto NFS-e)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "webhooks",
                                                        "asaas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "4d08c066-1078-4676-9164-fe240ba19386",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "webhooks",
                                                                "asaas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "empresas",
                            "description": "",
                            "item": [
                                {
                                    "id": "8ebeec01-2436-4dcf-b5fd-29cfeda6d59a",
                                    "name": "Cadastrar empresa",
                                    "request": {
                                        "name": "Cadastrar empresa",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "empresas",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"razao_social\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"crt\": 3,\n  \"regime_tributario\": \"lucro_arbitrado\",\n  \"uf\": \"<string>\",\n  \"ambiente\": \"producao\",\n  \"nome_fantasia\": \"<string>\",\n  \"ie\": \"<string>\",\n  \"im\": \"<string>\",\n  \"cnae\": \"<string>\",\n  \"logradouro\": \"<string>\",\n  \"numero\": \"<string>\",\n  \"complemento\": \"<string>\",\n  \"bairro\": \"<string>\",\n  \"municipio\": \"<string>\",\n  \"cep\": \"<string>\",\n  \"cmun\": \"<string>\",\n  \"cod_municipio\": \"<string>\",\n  \"telefone\": \"<string>\",\n  \"email\": \"<email>\",\n  \"nfse_municipio_ibge\": \"<string>\",\n  \"nfse_provedor\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4d8bca03-31ca-44f3-9a21-ce8ceaf0f2fd",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "empresas",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"razao_social\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"crt\": 3,\n  \"regime_tributario\": \"lucro_arbitrado\",\n  \"uf\": \"<string>\",\n  \"ambiente\": \"producao\",\n  \"nome_fantasia\": \"<string>\",\n  \"ie\": \"<string>\",\n  \"im\": \"<string>\",\n  \"cnae\": \"<string>\",\n  \"logradouro\": \"<string>\",\n  \"numero\": \"<string>\",\n  \"complemento\": \"<string>\",\n  \"bairro\": \"<string>\",\n  \"municipio\": \"<string>\",\n  \"cep\": \"<string>\",\n  \"cmun\": \"<string>\",\n  \"cod_municipio\": \"<string>\",\n  \"telefone\": \"<string>\",\n  \"email\": \"<email>\",\n  \"nfse_municipio_ibge\": \"<string>\",\n  \"nfse_provedor\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "5f2af2c6-8b76-4faf-9427-3126feaeb1ce",
                                    "name": "Listar empresas",
                                    "request": {
                                        "name": "Listar empresas",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "empresas",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "regime_tributario",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "8aa2c880-157b-4f68-ac0a-94c08c431164",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "empresas",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "regime_tributario",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8874a71f-c7e7-4ea3-863c-35973614d29e",
                                            "name": "Buscar empresa",
                                            "request": {
                                                "name": "Buscar empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "empresas",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "1cbd2b9a-e747-4621-ba96-33fe920a1913",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0fbd5457-f5c1-4578-b620-7e4fbca96a8a",
                                            "name": "Editar empresa",
                                            "request": {
                                                "name": "Editar empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "empresas",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"razao_social\": \"<string>\",\n  \"nome_fantasia\": \"<string,null>\",\n  \"ie\": \"<string,null>\",\n  \"im\": \"<string,null>\",\n  \"cnae\": \"<string,null>\",\n  \"crt\": 4,\n  \"regime_tributario\": \"<string>\",\n  \"logradouro\": \"<string,null>\",\n  \"numero\": \"<string,null>\",\n  \"complemento\": \"<string,null>\",\n  \"bairro\": \"<string,null>\",\n  \"municipio\": \"<string,null>\",\n  \"uf\": \"<string,null>\",\n  \"cep\": \"<string,null>\",\n  \"cmun\": \"<string,null>\",\n  \"telefone\": \"<string,null>\",\n  \"email\": \"<string,null>\",\n  \"nfse_municipio_ibge\": \"<string,null>\",\n  \"nfse_provedor\": \"<string,null>\",\n  \"csc\": \"<string,null>\",\n  \"csc_id\": \"<string,null>\",\n  \"csc_homologacao\": \"<string,null>\",\n  \"csc_id_homologacao\": \"<string,null>\",\n  \"modo_emissao\": \"erp_parceiro\",\n  \"erp_parceiro_id\": \"<string,null>\",\n  \"transporte_integracao\": null\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "73ec0271-de09-41c1-905d-f71da55269e3",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"razao_social\": \"<string>\",\n  \"nome_fantasia\": \"<string,null>\",\n  \"ie\": \"<string,null>\",\n  \"im\": \"<string,null>\",\n  \"cnae\": \"<string,null>\",\n  \"crt\": 4,\n  \"regime_tributario\": \"<string>\",\n  \"logradouro\": \"<string,null>\",\n  \"numero\": \"<string,null>\",\n  \"complemento\": \"<string,null>\",\n  \"bairro\": \"<string,null>\",\n  \"municipio\": \"<string,null>\",\n  \"uf\": \"<string,null>\",\n  \"cep\": \"<string,null>\",\n  \"cmun\": \"<string,null>\",\n  \"telefone\": \"<string,null>\",\n  \"email\": \"<string,null>\",\n  \"nfse_municipio_ibge\": \"<string,null>\",\n  \"nfse_provedor\": \"<string,null>\",\n  \"csc\": \"<string,null>\",\n  \"csc_id\": \"<string,null>\",\n  \"csc_homologacao\": \"<string,null>\",\n  \"csc_id_homologacao\": \"<string,null>\",\n  \"modo_emissao\": \"erp_parceiro\",\n  \"erp_parceiro_id\": \"<string,null>\",\n  \"transporte_integracao\": null\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "f53fb8d3-20ff-45b0-9fc1-cdddf8942b11",
                                            "name": "Excluir (inativar) empresa",
                                            "request": {
                                                "name": "Excluir (inativar) empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "empresas",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "bb706201-feb9-4cef-819b-f6973b635309",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "logo-atividade",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a91f59ca-d98b-4bdd-b260-fe75bb1b55d5",
                                                    "name": "Definir/remover logo por código de serviço/atividade",
                                                    "request": {
                                                        "name": "Definir/remover logo por código de serviço/atividade",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "logo-atividade"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"codigo\": \"<string>\",\n  \"logo_base64\": \"<string,null>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "31f2b6d6-9c07-4f69-b179-1a18619dbdb8",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "logo-atividade"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"codigo\": \"<string>\",\n  \"logo_base64\": \"<string,null>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "certificado",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8cf22cc4-e432-477d-a9f8-6a75b5056013",
                                                    "name": "Upload do certificado digital A1 (PFX em Base64)",
                                                    "request": {
                                                        "name": "Upload do certificado digital A1 (PFX em Base64)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "certificado"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"cert_pfx_base64\": \"<string>\",\n  \"cert_senha\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "262b4e96-9c4d-4259-8269-35769365d726",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "certificado"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"cert_pfx_base64\": \"<string>\",\n  \"cert_senha\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "fd4248cc-679d-45fe-b1a9-2010375da4af",
                                                    "name": "Informações do certificado",
                                                    "request": {
                                                        "name": "Informações do certificado",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "certificado"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f63e1462-e3f1-454a-be70-6ef493e7e09b",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "certificado"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "doc-integracao",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "1de76ac9-b212-4f65-8f6b-de11aab128ab",
                                                    "name": "Documentação técnica de integração da API (PDF)",
                                                    "request": {
                                                        "name": "Documentação técnica de integração da API (PDF)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "doc-integracao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f091889c-caf5-4642-97e5-8aef398d32cb",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "doc-integracao"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "asaas",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "67632851-7f8e-4ee9-9c6e-1ae61c1536a6",
                                                    "name": "Cadastrar credencial Asaas própria da empresa (cobrança na conta dela)",
                                                    "request": {
                                                        "name": "Cadastrar credencial Asaas própria da empresa (cobrança na conta dela)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "asaas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"api_key\": \"<string>\",\n  \"webhook_token\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"remover\": \"<boolean>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "aee9a020-e362-4cd1-9ad1-798586185165",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "asaas"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"api_key\": \"<string>\",\n  \"webhook_token\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"remover\": \"<boolean>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "nfce-csc",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "19a9c8ef-a75a-4131-9390-0e0a49cd8308",
                                                    "name": "Atualizar CSC e cIdToken da NFC-e",
                                                    "request": {
                                                        "name": "Atualizar CSC e cIdToken da NFC-e",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "nfce-csc"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"csc\": \"<string>\",\n  \"csc_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ad6d4274-5d00-4bc6-818d-bc652bfedec9",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "nfce-csc"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"csc\": \"<string>\",\n  \"csc_id\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "ambiente",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d7d0cd89-1664-43c9-9388-92eed0127b22",
                                                    "name": "Alterar ambiente (homologacao/producao)",
                                                    "request": {
                                                        "name": "Alterar ambiente (homologacao/producao)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "ambiente"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ambiente\": \"producao\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b90efba3-9e91-4173-bb22-4971a34789d0",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "ambiente"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"ambiente\": \"producao\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "digest-dfe",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "edc2a474-ec9e-42a9-a46f-3b001e2dd6aa",
                                                    "name": "Ativar/configurar o resumo diário de notas recebidas (digest DF-e)",
                                                    "request": {
                                                        "name": "Ativar/configurar o resumo diário de notas recebidas (digest DF-e)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "digest-dfe"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"habilitado\": \"<boolean>\",\n  \"email_principal\": \"<string>\",\n  \"copias\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "06d4ec47-d194-40e3-98fe-31a8b351b8ce",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "digest-dfe"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"habilitado\": \"<boolean>\",\n  \"email_principal\": \"<string>\",\n  \"copias\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "regime-tributario",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c259cfdf-2ea6-4cf8-8eee-4e0fc2a78c8c",
                                                    "name": "Atualizar regime tributário declarado da empresa",
                                                    "request": {
                                                        "name": "Atualizar regime tributário declarado da empresa",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":id",
                                                                "regime-tributario"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"regime_tributario\": \"lucro_real\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "43c97dd2-c3b0-4d3e-9e7d-921f60bee07f",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":id",
                                                                        "regime-tributario"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"regime_tributario\": \"lucro_real\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "{empresaId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "usuarios",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "20f8f70e-c776-4701-a644-d8224440071c",
                                                    "name": "Listar usuários da empresa",
                                                    "request": {
                                                        "name": "Listar usuários da empresa",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":empresaId",
                                                                "usuarios"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a3064419-b2d9-4a1e-bed2-3dd016d51c29",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "usuarios"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "f98fcd53-1ab1-481d-9e7e-913d043b4184",
                                                    "name": "Criar usuário restrito à empresa",
                                                    "request": {
                                                        "name": "Criar usuário restrito à empresa",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":empresaId",
                                                                "usuarios"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"nome\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"role\": \"operador\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ac2af804-f655-4fab-97d5-91e5ed083d48",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "usuarios"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"nome\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"role\": \"operador\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "name": "status",
                                                            "description": "",
                                                            "item": [
                                                                {
                                                                    "id": "54ad96f2-c417-4c6a-bc31-6fcff492cc7c",
                                                                    "name": "Ativar ou desativar usuário",
                                                                    "request": {
                                                                        "name": "Ativar ou desativar usuário",
                                                                        "description": {},
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "empresas",
                                                                                ":empresaId",
                                                                                "usuarios",
                                                                                ":id",
                                                                                "status"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "empresaId",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "id",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            }
                                                                        ],
                                                                        "method": "PATCH",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"ativo\": \"<boolean>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        },
                                                                        "auth": null
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "5b929704-4694-45ea-80ee-47fc7e8adc3a",
                                                                            "name": "Default Response",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "empresas",
                                                                                        ":empresaId",
                                                                                        "usuarios",
                                                                                        ":id",
                                                                                        "status"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<uuid>",
                                                                                            "key": "empresaId"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<uuid>",
                                                                                            "key": "id"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "key": "Content-Type",
                                                                                        "value": "application/json"
                                                                                    },
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "PATCH",
                                                                                "body": {
                                                                                    "mode": "raw",
                                                                                    "raw": "{\n  \"ativo\": \"<boolean>\"\n}",
                                                                                    "options": {
                                                                                        "raw": {
                                                                                            "headerFamily": "json",
                                                                                            "language": "json"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "name": "reset-senha",
                                                            "description": "",
                                                            "item": [
                                                                {
                                                                    "id": "b3fca46a-29e4-42d6-b647-9bbcd0f82007",
                                                                    "name": "Redefinir senha do usuário",
                                                                    "request": {
                                                                        "name": "Redefinir senha do usuário",
                                                                        "description": {},
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "empresas",
                                                                                ":empresaId",
                                                                                "usuarios",
                                                                                ":id",
                                                                                "reset-senha"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "empresaId",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "id",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"senha\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        },
                                                                        "auth": null
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "7e46c912-a529-4159-846f-20ddd297b469",
                                                                            "name": "Default Response",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "empresas",
                                                                                        ":empresaId",
                                                                                        "usuarios",
                                                                                        ":id",
                                                                                        "reset-senha"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<uuid>",
                                                                                            "key": "empresaId"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<uuid>",
                                                                                            "key": "id"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "key": "Content-Type",
                                                                                        "value": "application/json"
                                                                                    },
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "POST",
                                                                                "body": {
                                                                                    "mode": "raw",
                                                                                    "raw": "{\n  \"senha\": \"<string>\"\n}",
                                                                                    "options": {
                                                                                        "raw": {
                                                                                            "headerFamily": "json",
                                                                                            "language": "json"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "api-tokens",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "e34a40b8-d809-4a72-ac55-f405488d2e7b",
                                                    "name": "Criar novo API token (mostrado UMA VEZ)",
                                                    "request": {
                                                        "name": "Criar novo API token (mostrado UMA VEZ)",
                                                        "description": {
                                                            "content": "Gera token de integração no formato nfr_live_xxx ou nfr_test_xxx. Token retornado em texto plano apenas nesta resposta — não é possível recuperá-lo depois.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":empresaId",
                                                                "api-tokens"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"nome\": \"<string>\",\n  \"ambiente\": \"producao\",\n  \"expira_em\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f116e940-3dd5-41ec-b38d-0c068489a96f",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "api-tokens"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"nome\": \"<string>\",\n  \"ambiente\": \"producao\",\n  \"expira_em\": \"<dateTime>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "b6addd7d-310b-4b6b-aa64-907723b3ab09",
                                                    "name": "Listar API tokens da empresa",
                                                    "request": {
                                                        "name": "Listar API tokens da empresa",
                                                        "description": {
                                                            "content": "Lista metadata dos tokens (sem expor o texto plano). Inclui ativos e revogados.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":empresaId",
                                                                "api-tokens"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5bce63bc-c5f4-4e38-abcf-693ecd4e9dd4",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "api-tokens"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "8082a19d-aa91-4b3d-a36e-9abf17dd1ed9",
                                                            "name": "Revogar API token (soft delete)",
                                                            "request": {
                                                                "name": "Revogar API token (soft delete)",
                                                                "description": {
                                                                    "content": "Token revogado não pode mais ser usado. Operação irreversível.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "api-tokens",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "5ffc98a9-6806-43b2-ad6d-31eb0a1a0466",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "empresas",
                                                                                ":empresaId",
                                                                                "api-tokens",
                                                                                ":id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "empresaId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "webhook",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "28473461-1675-45df-a95f-121179d528e4",
                                                    "name": "Configuração do webhook da empresa",
                                                    "request": {
                                                        "name": "Configuração do webhook da empresa",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":empresaId",
                                                                "webhook"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "884c4b2b-3019-4a89-9a06-f7af77a90c33",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "webhook"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "a215326d-28eb-441f-9094-e8da771befcf",
                                                    "name": "Salvar a URL do webhook (URL vazia desativa)",
                                                    "request": {
                                                        "name": "Salvar a URL do webhook (URL vazia desativa)",
                                                        "description": {
                                                            "content": "Na primeira configuração um secret de assinatura é gerado e retornado UMA única vez.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresas",
                                                                ":empresaId",
                                                                "webhook"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<uuid>",
                                                                    "key": "empresaId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"url\": \"<string,null>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "68b8af59-3233-4afc-bfec-8aece26cf0ff",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "webhook"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"url\": \"<string,null>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "rotacionar",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "0c6d2c7a-0060-4dee-ac77-eb41e42132df",
                                                            "name": "Gerar novo secret de assinatura (invalida o anterior; mostrado UMA vez)",
                                                            "request": {
                                                                "name": "Gerar novo secret de assinatura (invalida o anterior; mostrado UMA vez)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "webhook",
                                                                        "rotacionar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "POST",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "db0d2620-560d-4c84-823e-d2c27152023d",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "empresas",
                                                                                ":empresaId",
                                                                                "webhook",
                                                                                "rotacionar"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "empresaId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "testar",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "7d6045e2-7e2d-4bc0-aa4d-b677fffb9c20",
                                                            "name": "Dispara um teste.ping assinado e devolve o status HTTP respondido",
                                                            "request": {
                                                                "name": "Dispara um teste.ping assinado e devolve o status HTTP respondido",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "webhook",
                                                                        "testar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "POST",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "92b8f2aa-ca81-4c85-b168-c2e6aac3e1d7",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "empresas",
                                                                                ":empresaId",
                                                                                "webhook",
                                                                                "testar"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "empresaId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "entregas",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "f10d3851-2265-463d-8e4b-146f8ada6644",
                                                            "name": "Últimas entregas de webhook desta empresa",
                                                            "request": {
                                                                "name": "Últimas entregas de webhook desta empresa",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "webhook",
                                                                        "entregas"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limite",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "5f4b9eb3-b9d6-42db-9abb-e6d0726a04f7",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "empresas",
                                                                                ":empresaId",
                                                                                "webhook",
                                                                                "entregas"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "limite",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "empresaId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "contingencia",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "metricas",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "4158c665-feae-4e0a-82cd-fc150cc1b72f",
                                                            "name": "Métricas de contingência SEFAZ da empresa",
                                                            "request": {
                                                                "name": "Métricas de contingência SEFAZ da empresa",
                                                                "description": {
                                                                    "content": "Retorna eventos de contingência, vendas salvas e comparativo competitivo. Útil para dashboards e cases comerciais.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresas",
                                                                        ":empresaId",
                                                                        "contingencia",
                                                                        "metricas"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dias",
                                                                            "value": "30"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<uuid>",
                                                                            "key": "empresaId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "57644c78-6f7b-4d7b-a112-861755aad7f3",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "empresas",
                                                                                ":empresaId",
                                                                                "contingencia",
                                                                                "metricas"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "dias",
                                                                                    "value": "30"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "empresaId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "aceites",
                            "description": "",
                            "item": [
                                {
                                    "name": "cobranca",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1eb8fa6e-7312-464b-8143-0136024e6689",
                                            "name": "Registra o aceite do aviso de cobrança (com IP do servidor)",
                                            "request": {
                                                "name": "Registra o aceite do aviso de cobrança (com IP do servidor)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "aceites",
                                                        "cobranca"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"texto\": \"<string>\",\n  \"tipo\": \"<string>\",\n  \"contexto\": \"<string>\",\n  \"descritor\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6168e037-53b1-48f1-94e5-55187495d255",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "aceites",
                                                                "cobranca"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"texto\": \"<string>\",\n  \"tipo\": \"<string>\",\n  \"contexto\": \"<string>\",\n  \"descritor\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "2971865d-c932-4b2a-ae46-4159c6bf2dba",
                                            "name": "Lista os aceites de cobrança da empresa",
                                            "request": {
                                                "name": "Lista os aceites de cobrança da empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "aceites",
                                                        "cobranca"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "10f87a51-7dfc-4315-a3d2-5d0d6b08714c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "aceites",
                                                                "cobranca"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "erp-parceiros",
                            "description": "",
                            "item": [
                                {
                                    "id": "8e993083-8926-4272-9110-81930e8453dd",
                                    "name": "Lista os ERPs parceiros ativos",
                                    "request": {
                                        "name": "Lista os ERPs parceiros ativos",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "erp-parceiros"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6b525ffe-4bdf-4a43-ba06-e77e060c35ae",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "erp-parceiros"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "parceiro",
                            "description": "",
                            "item": [
                                {
                                    "name": "empresas",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "44396910-9d20-4a31-806d-aa3f89c48d17",
                                            "name": "Lista as empresas (clientes) do parceiro",
                                            "request": {
                                                "name": "Lista as empresas (clientes) do parceiro",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "parceiro",
                                                        "empresas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f814da65-a9cb-47ad-855d-84772ad4424a",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "parceiro",
                                                                "empresas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "5c2223ac-3d1b-4e90-a125-9ea9b28a4ee3",
                                            "name": "Cria ou atualiza uma empresa cliente do parceiro",
                                            "request": {
                                                "name": "Cria ou atualiza uma empresa cliente do parceiro",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "parceiro",
                                                        "empresas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"cnpj\": \"<string>\",\n  \"razao_social\": \"<string>\",\n  \"uf\": \"<string>\",\n  \"crt\": \"<integer>\",\n  \"nome_fantasia\": \"<string,null>\",\n  \"ie\": \"<string,null>\",\n  \"im\": \"<string,null>\",\n  \"cnae\": \"<string,null>\",\n  \"regime_tributario\": \"<string,null>\",\n  \"logradouro\": \"<string,null>\",\n  \"numero\": \"<string,null>\",\n  \"complemento\": \"<string,null>\",\n  \"bairro\": \"<string,null>\",\n  \"municipio\": \"<string,null>\",\n  \"cep\": \"<string,null>\",\n  \"cmun\": \"<string,null>\",\n  \"cod_municipio\": \"<string,null>\",\n  \"telefone\": \"<string,null>\",\n  \"email\": \"<string,null>\",\n  \"transporte_integracao\": \"rest\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5f681337-4b86-40c5-b2d4-42a1abb38829",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "parceiro",
                                                                "empresas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"cnpj\": \"<string>\",\n  \"razao_social\": \"<string>\",\n  \"uf\": \"<string>\",\n  \"crt\": \"<integer>\",\n  \"nome_fantasia\": \"<string,null>\",\n  \"ie\": \"<string,null>\",\n  \"im\": \"<string,null>\",\n  \"cnae\": \"<string,null>\",\n  \"regime_tributario\": \"<string,null>\",\n  \"logradouro\": \"<string,null>\",\n  \"numero\": \"<string,null>\",\n  \"complemento\": \"<string,null>\",\n  \"bairro\": \"<string,null>\",\n  \"municipio\": \"<string,null>\",\n  \"cep\": \"<string,null>\",\n  \"cmun\": \"<string,null>\",\n  \"cod_municipio\": \"<string,null>\",\n  \"telefone\": \"<string,null>\",\n  \"email\": \"<string,null>\",\n  \"transporte_integracao\": \"rest\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{cnpj}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "certificado",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "41aeefa4-5eba-47ff-a445-c963385d8ad3",
                                                            "name": "Upload do certificado A1 de um cliente do parceiro (PFX base64)",
                                                            "request": {
                                                                "name": "Upload do certificado A1 de um cliente do parceiro (PFX base64)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "parceiro",
                                                                        "empresas",
                                                                        ":cnpj",
                                                                        "certificado"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"cert_pfx_base64\": \"<string>\",\n  \"cert_senha\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "6808f1c1-3533-4d94-8588-e85d2c656a3b",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "parceiro",
                                                                                "empresas",
                                                                                ":cnpj",
                                                                                "certificado"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"cert_pfx_base64\": \"<string>\",\n  \"cert_senha\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "webhook",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "ceba063a-4ea2-4e17-996c-439cbc33e85e",
                                                            "name": "Configura o webhook (URL + secret HMAC) de resultado de um cliente do parceiro",
                                                            "request": {
                                                                "name": "Configura o webhook (URL + secret HMAC) de resultado de um cliente do parceiro",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "parceiro",
                                                                        "empresas",
                                                                        ":cnpj",
                                                                        "webhook"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"url\": \"<string>\",\n  \"secret\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "3a6196d8-8040-4437-9b0b-64f2a78ded30",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "parceiro",
                                                                                "empresas",
                                                                                ":cnpj",
                                                                                "webhook"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"url\": \"<string>\",\n  \"secret\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        },
                                                        {
                                                            "id": "a523f26b-eaf6-4c43-8a03-74df1e098c64",
                                                            "name": "Consulta a configuração de webhook de um cliente do parceiro",
                                                            "request": {
                                                                "name": "Consulta a configuração de webhook de um cliente do parceiro",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "parceiro",
                                                                        "empresas",
                                                                        ":cnpj",
                                                                        "webhook"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "2519f182-a0c2-48e3-b6de-54fbde42c374",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "parceiro",
                                                                                "empresas",
                                                                                ":cnpj",
                                                                                "webhook"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        },
                                                        {
                                                            "id": "573d70b0-9ff2-4271-bb2c-dc5d531bf551",
                                                            "name": "Remove o webhook de um cliente do parceiro",
                                                            "request": {
                                                                "name": "Remove o webhook de um cliente do parceiro",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "parceiro",
                                                                        "empresas",
                                                                        ":cnpj",
                                                                        "webhook"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "c1ff6202-8f45-41fc-88bb-ec972d24fd42",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "parceiro",
                                                                                "empresas",
                                                                                ":cnpj",
                                                                                "webhook"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        },
                                                        {
                                                            "name": "rotas",
                                                            "description": "",
                                                            "item": [
                                                                {
                                                                    "id": "bb4a397b-8141-4e1d-a8cc-9546974da44d",
                                                                    "name": "Cria/atualiza uma rota de webhook por modelo/série de um cliente",
                                                                    "request": {
                                                                        "name": "Cria/atualiza uma rota de webhook por modelo/série de um cliente",
                                                                        "description": {},
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "parceiro",
                                                                                "empresas",
                                                                                ":cnpj",
                                                                                "webhook",
                                                                                "rotas"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"modelo\": \"<string>\",\n  \"url\": \"<string>\",\n  \"secret\": \"<string>\",\n  \"serie\": \"<integer,null>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        },
                                                                        "auth": null
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "f274a2a1-4655-45df-9f44-c87ec48eefc8",
                                                                            "name": "Default Response",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "parceiro",
                                                                                        "empresas",
                                                                                        ":cnpj",
                                                                                        "webhook",
                                                                                        "rotas"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "cnpj"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "key": "Content-Type",
                                                                                        "value": "application/json"
                                                                                    },
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "POST",
                                                                                "body": {
                                                                                    "mode": "raw",
                                                                                    "raw": "{\n  \"modelo\": \"<string>\",\n  \"url\": \"<string>\",\n  \"secret\": \"<string>\",\n  \"serie\": \"<integer,null>\"\n}",
                                                                                    "options": {
                                                                                        "raw": {
                                                                                            "headerFamily": "json",
                                                                                            "language": "json"
                                                                                        }
                                                                                    }
                                                                                }
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                },
                                                                {
                                                                    "id": "9f3cca80-6f13-4503-a232-5019fae39a89",
                                                                    "name": "Lista as rotas de webhook por modelo/série de um cliente",
                                                                    "request": {
                                                                        "name": "Lista as rotas de webhook por modelo/série de um cliente",
                                                                        "description": {},
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "parceiro",
                                                                                "empresas",
                                                                                ":cnpj",
                                                                                "webhook",
                                                                                "rotas"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "method": "GET",
                                                                        "body": {},
                                                                        "auth": null
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "1917c83e-b253-4ae5-8c59-4ac093309c8a",
                                                                            "name": "Default Response",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "parceiro",
                                                                                        "empresas",
                                                                                        ":cnpj",
                                                                                        "webhook",
                                                                                        "rotas"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "cnpj"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "GET",
                                                                                "body": {}
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                },
                                                                {
                                                                    "name": "{id}",
                                                                    "description": "",
                                                                    "item": [
                                                                        {
                                                                            "id": "525dbaac-949b-46d8-ae74-09bd544ec860",
                                                                            "name": "Remove uma rota de webhook de um cliente",
                                                                            "request": {
                                                                                "name": "Remove uma rota de webhook de um cliente",
                                                                                "description": {},
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "parceiro",
                                                                                        "empresas",
                                                                                        ":cnpj",
                                                                                        "webhook",
                                                                                        "rotas",
                                                                                        ":id"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "cnpj",
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            }
                                                                                        },
                                                                                        {
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "id",
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            }
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "method": "DELETE",
                                                                                "body": {},
                                                                                "auth": null
                                                                            },
                                                                            "response": [
                                                                                {
                                                                                    "id": "3fe8e64c-bb7e-424e-8384-28c69c3fcd38",
                                                                                    "name": "Default Response",
                                                                                    "originalRequest": {
                                                                                        "url": {
                                                                                            "path": [
                                                                                                "api",
                                                                                                "v1",
                                                                                                "parceiro",
                                                                                                "empresas",
                                                                                                ":cnpj",
                                                                                                "webhook",
                                                                                                "rotas",
                                                                                                ":id"
                                                                                            ],
                                                                                            "host": [
                                                                                                "{{baseUrl}}"
                                                                                            ],
                                                                                            "query": [],
                                                                                            "variable": [
                                                                                                {
                                                                                                    "disabled": false,
                                                                                                    "description": {
                                                                                                        "content": "(Required) ",
                                                                                                        "type": "text/plain"
                                                                                                    },
                                                                                                    "type": "any",
                                                                                                    "value": "<string>",
                                                                                                    "key": "cnpj"
                                                                                                },
                                                                                                {
                                                                                                    "disabled": false,
                                                                                                    "description": {
                                                                                                        "content": "(Required) ",
                                                                                                        "type": "text/plain"
                                                                                                    },
                                                                                                    "type": "any",
                                                                                                    "value": "<string>",
                                                                                                    "key": "id"
                                                                                                }
                                                                                            ]
                                                                                        },
                                                                                        "header": [
                                                                                            {
                                                                                                "description": {
                                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                                    "type": "text/plain"
                                                                                                },
                                                                                                "key": "Authorization",
                                                                                                "value": "Bearer <token>"
                                                                                            }
                                                                                        ],
                                                                                        "method": "DELETE",
                                                                                        "body": {}
                                                                                    },
                                                                                    "status": "OK",
                                                                                    "code": 200,
                                                                                    "header": [],
                                                                                    "cookie": [],
                                                                                    "_postman_previewlanguage": "text"
                                                                                }
                                                                            ],
                                                                            "event": [],
                                                                            "protocolProfileBehavior": {
                                                                                "disableBodyPruning": true
                                                                            }
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "documentos",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "7fa9959f-40c6-427f-9f3d-90d49f9af95b",
                                                            "name": "Lista documentos fiscais emitidos por um cliente (reconciliação D+1)",
                                                            "request": {
                                                                "name": "Lista documentos fiscais emitidos por um cliente (reconciliação D+1)",
                                                                "description": {
                                                                    "content": "Metadados dos 4 modelos (55/65/57/99). Datas (filtro e retorno) são horário de Brasília (America/Sao_Paulo). Cada item traz referencia_externa (nº do pedido do ERP) quando emitido via integração. NFC-e (65) não tem data_cancelamento — quando cancelada vem status=\"cancelada\" e data_cancelamento=null.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "parceiro",
                                                                        "empresas",
                                                                        ":cnpj",
                                                                        "documentos"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "Emissão a partir de (YYYY-MM-DD, horário de Brasília, inclusivo).",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dt_ini",
                                                                            "value": "<date>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "Emissão até (YYYY-MM-DD, horário de Brasília, inclusivo — dia inteiro).",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dt_fim",
                                                                            "value": "<date>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "55 NF-e | 65 NFC-e | 57 CT-e | 99 NFS-e (omita p/ todos).",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "modelo",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "serie",
                                                                            "value": "<string,integer>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "ex.: autorizada, cancelada, rejeitada, processando.",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "status",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limite",
                                                                            "value": "100"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "ab095cad-fe03-468a-bb08-2571607e1aeb",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "parceiro",
                                                                                "empresas",
                                                                                ":cnpj",
                                                                                "documentos"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "Emissão a partir de (YYYY-MM-DD, horário de Brasília, inclusivo).",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "dt_ini",
                                                                                    "value": "<date>"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "Emissão até (YYYY-MM-DD, horário de Brasília, inclusivo — dia inteiro).",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "dt_fim",
                                                                                    "value": "<date>"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "55 NF-e | 65 NFC-e | 57 CT-e | 99 NFS-e (omita p/ todos).",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "modelo",
                                                                                    "value": "<string>"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "serie",
                                                                                    "value": "<string,integer>"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "ex.: autorizada, cancelada, rejeitada, processando.",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "status",
                                                                                    "value": "<string>"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "limite",
                                                                                    "value": "100"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "offset",
                                                                                    "value": "0"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "cnpj"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "integracao",
                            "description": "",
                            "item": [
                                {
                                    "name": "documentos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "88b897ed-6a52-440a-9bd8-dbe462ba837f",
                                            "name": "Solicita a emissão de um documento fiscal (comando canônico, assíncrono)",
                                            "request": {
                                                "name": "Solicita a emissão de um documento fiscal (comando canônico, assíncrono)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "integracao",
                                                        "documentos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"key_0\": 8087.305186874809,\n  \"key_1\": \"string\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "dee220ce-b17d-47fa-8329-79754ec9ef16",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integracao",
                                                                "documentos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"key_0\": 8087.305186874809,\n  \"key_1\": \"string\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{evento_id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "efcb706e-3140-41e4-9772-a2c82100bf8a",
                                                    "name": "Consulta o resultado de uma solicitação por evento_id",
                                                    "request": {
                                                        "name": "Consulta o resultado de uma solicitação por evento_id",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integracao",
                                                                "documentos",
                                                                ":evento_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "evento_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "3e4a5378-2b88-4975-85ee-a4e1aeed3f33",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integracao",
                                                                        "documentos",
                                                                        ":evento_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "evento_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{chave}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "cancelar",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "2d01568b-c822-4968-b0f1-174e312bb905",
                                                            "name": "Cancela um documento emitido (por chave NF-e/NFC-e ou por evento_id, incl. NFS-e)",
                                                            "request": {
                                                                "name": "Cancela um documento emitido (por chave NF-e/NFC-e ou por evento_id, incl. NFS-e)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integracao",
                                                                        "documentos",
                                                                        ":chave",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "chave",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"justificativa\": \"<string>\",\n  \"codigo_cancelamento\": \"1\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "aa448ef6-6428-4f76-b1fa-1195fd53c6fa",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "integracao",
                                                                                "documentos",
                                                                                ":chave",
                                                                                "cancelar"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "chave"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"justificativa\": \"<string>\",\n  \"codigo_cancelamento\": \"1\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "carta-correcao",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "7454056f-2320-4ca8-b163-433ff4c85c86",
                                                            "name": "Emite Carta de Correção (CC-e) de uma NF-e",
                                                            "request": {
                                                                "name": "Emite Carta de Correção (CC-e) de uma NF-e",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "integracao",
                                                                        "documentos",
                                                                        ":chave",
                                                                        "carta-correcao"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "chave",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"correcao\": \"<string>\",\n  \"sequencia\": \"<integer>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "42a8481e-f9da-45d6-ab7f-5d9568b4b7b2",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "integracao",
                                                                                "documentos",
                                                                                ":chave",
                                                                                "carta-correcao"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "chave"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"correcao\": \"<string>\",\n  \"sequencia\": \"<integer>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "inutilizar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "efb0ce72-3ef3-4887-8d7a-8920a52dda64",
                                            "name": "Inutiliza uma faixa de numeração (NF-e mod 55 / NFC-e mod 65)",
                                            "request": {
                                                "name": "Inutiliza uma faixa de numeração (NF-e mod 55 / NFC-e mod 65)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "integracao",
                                                        "inutilizar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"modelo\": \"<string>\",\n  \"serie\": \"<integer>\",\n  \"numero_inicial\": \"<integer>\",\n  \"numero_final\": \"<integer>\",\n  \"justificativa\": \"<string>\",\n  \"tenant\": {\n    \"key_0\": false,\n    \"key_1\": 6683.547100930255\n  },\n  \"ambiente\": \"producao\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6e7a0b98-106e-49e2-bfc5-8953cd2b5040",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "integracao",
                                                                "inutilizar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"modelo\": \"<string>\",\n  \"serie\": \"<integer>\",\n  \"numero_inicial\": \"<integer>\",\n  \"numero_final\": \"<integer>\",\n  \"justificativa\": \"<string>\",\n  \"tenant\": {\n    \"key_0\": false,\n    \"key_1\": 6683.547100930255\n  },\n  \"ambiente\": \"producao\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "analise-fiscal",
                            "description": "",
                            "item": [
                                {
                                    "name": "ranking",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{periodo}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7a27ffa5-1bc9-44ef-9d36-5e6d35efc5ef",
                                                    "name": "Listar Top 10 do ranking fiscal mensal",
                                                    "request": {
                                                        "name": "Listar Top 10 do ranking fiscal mensal",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "analise-fiscal",
                                                                "ranking",
                                                                ":periodo"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "4367-11",
                                                                    "key": "periodo",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "678dfba0-4f22-47fc-908d-ad862d9ac5cf",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "analise-fiscal",
                                                                        "ranking",
                                                                        ":periodo"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "4367-11",
                                                                            "key": "periodo"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "recalcular",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5181ef11-394c-4557-b585-6c118eac0bd3",
                                                    "name": "Recalcular ranking fiscal mensal manualmente",
                                                    "request": {
                                                        "name": "Recalcular ranking fiscal mensal manualmente",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "analise-fiscal",
                                                                "ranking",
                                                                "recalcular"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"periodo\": \"5006-01\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6f433aed-9352-4654-91af-006b4dab47ae",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "analise-fiscal",
                                                                        "ranking",
                                                                        "recalcular"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"periodo\": \"5006-01\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "deep-scan",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "enfileirar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "0f54f7c2-5a3a-4d10-a942-c17b12a7dfdc",
                                                    "name": "/api/v1/analise-fiscal/deep-scan/enfileirar",
                                                    "request": {
                                                        "name": "/api/v1/analise-fiscal/deep-scan/enfileirar",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "analise-fiscal",
                                                                "deep-scan",
                                                                "enfileirar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"periodo\": \"5006-01\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e8884760-aec5-411d-9777-1eecbc4f8a20",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "analise-fiscal",
                                                                        "deep-scan",
                                                                        "enfileirar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"periodo\": \"5006-01\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "status",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{periodo}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "8a06a33c-3d76-4462-8298-5a4e52bce86c",
                                                            "name": "/api/v1/analise-fiscal/deep-scan/status/:periodo",
                                                            "request": {
                                                                "name": "/api/v1/analise-fiscal/deep-scan/status/:periodo",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "analise-fiscal",
                                                                        "deep-scan",
                                                                        "status",
                                                                        ":periodo"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "4367-11",
                                                                            "key": "periodo",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "c210088e-6a6a-457e-9c57-0eb6ffc59a36",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "analise-fiscal",
                                                                                "deep-scan",
                                                                                "status",
                                                                                ":periodo"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "4367-11",
                                                                                    "key": "periodo"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "nfe",
                            "description": "",
                            "item": [
                                {
                                    "id": "b3a9bafc-c199-4ebe-9acf-a686d3c3ee14",
                                    "name": "/api/v1/nfe",
                                    "request": {
                                        "name": "/api/v1/nfe",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfe"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "e989c3bf-1b6d-4ff5-9500-259db5c4c171",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfe"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "04c5b570-7f80-4f04-a628-f420117aec50",
                                    "name": "/api/v1/nfe",
                                    "request": {
                                        "name": "/api/v1/nfe",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfe"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5bab643e-1d34-44dc-8154-571e1c46bcf9",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfe"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "efdc3866-500c-42ac-b90a-a34cc2905f64",
                                            "name": "/api/v1/nfe/preview",
                                            "request": {
                                                "name": "/api/v1/nfe/preview",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfe",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "a9a286c8-b061-4383-8ba0-77c67edd87c5",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "devolucao",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f8ca1a48-7732-4d83-ae16-70b55e7e1750",
                                            "name": "/api/v1/nfe/devolucao",
                                            "request": {
                                                "name": "/api/v1/nfe/devolucao",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfe",
                                                        "devolucao"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5af75a72-fd6a-413a-8c3b-08a07f0344b6",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                "devolucao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{chave}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "283ebafb-74e4-4910-a349-7069039734ea",
                                            "name": "Consultar NF-e",
                                            "request": {
                                                "name": "Consultar NF-e",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfe",
                                                        ":chave"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "chave",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "bfef3565-8b76-4301-a7c5-e626771af638",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                ":chave"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "chave"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "9a3cbc2a-bd53-4970-aeaf-78c48f086035",
                                            "name": "Cancelar NF-e",
                                            "request": {
                                                "name": "Cancelar NF-e",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfe",
                                                        ":chave"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "chave",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "7795af82-f8b5-4cd8-95c5-315563873afb",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                ":chave"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "chave"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5e876c33-8d40-4b64-bdee-31f6b635a99a",
                                                    "name": "/api/v1/nfe/:chave/xml",
                                                    "request": {
                                                        "name": "/api/v1/nfe/:chave/xml",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                ":chave",
                                                                "xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "chave",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8a55506e-39fc-4922-851f-8448f94d6613",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfe",
                                                                        ":chave",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "chave"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "inutilizar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5ae9f352-104a-4b74-9863-68759dc21df9",
                                            "name": "/api/v1/nfe/inutilizar",
                                            "request": {
                                                "name": "/api/v1/nfe/inutilizar",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfe",
                                                        "inutilizar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "83b59582-47b0-4aab-990c-2fed8201af8c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                "inutilizar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "danfe",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "712ce8cf-9761-4d07-8446-b7a44762c122",
                                                    "name": "Download DANFE em PDF",
                                                    "request": {
                                                        "name": "Download DANFE em PDF",
                                                        "description": {
                                                            "content": "Gera e retorna o DANFE da NF-e em formato PDF",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                ":id",
                                                                "danfe"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a8385395-9e60-48e4-bbf5-94d1e1588b9b",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfe",
                                                                        ":id",
                                                                        "danfe"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "email",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "1af8453a-dc06-4654-bbaa-d3159f1127d0",
                                                    "name": "Enviar NF-e por e-mail ao destinatário",
                                                    "request": {
                                                        "name": "Enviar NF-e por e-mail ao destinatário",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                ":id",
                                                                "email"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"email\": \"<email>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "af3ba67f-6e74-446d-b89f-37485e2aa4e2",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfe",
                                                                        ":id",
                                                                        "email"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"email\": \"<email>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "cce",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c6810d5d-e32d-47bf-ba1a-64fdd16657d3",
                                                    "name": "Emitir Carta de Correção Eletrônica (CC-e)",
                                                    "request": {
                                                        "name": "Emitir Carta de Correção Eletrônica (CC-e)",
                                                        "description": {
                                                            "content": "Corrige campos não fiscais da NF-e. Não pode corrigir valores, CFOP, destinatário ou datas.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfe",
                                                                ":id",
                                                                "cce"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"correcao\": \"<string>\",\n  \"nSeqEvento\": 1\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "38db394d-a14b-4ff0-9200-1aca684ec478",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfe",
                                                                        ":id",
                                                                        "cce"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"correcao\": \"<string>\",\n  \"nSeqEvento\": 1\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "storage",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "13fd7a29-1aa2-4c6e-86c8-a8b3ea63680a",
                                                            "name": "Gerar URL de download do XML no storage (S3/R2)",
                                                            "request": {
                                                                "name": "Gerar URL de download do XML no storage (S3/R2)",
                                                                "description": {
                                                                    "content": "Retorna URL pré-assinada válida por 1 hora para download do XML armazenado",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfe",
                                                                        ":id",
                                                                        "xml",
                                                                        "storage"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "610112e0-8535-403d-8ab2-e7471f323ec2",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "nfe",
                                                                                ":id",
                                                                                "xml",
                                                                                "storage"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "nfse-cobertura",
                            "description": "",
                            "item": [
                                {
                                    "id": "c587f009-37d7-425a-ae5d-5acccbb95faf",
                                    "name": "Municípios com flags de cobertura",
                                    "request": {
                                        "name": "Municípios com flags de cobertura",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfse-cobertura",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b475c67f-6c60-455b-9659-9e5b6e2d86e4",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-cobertura",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "buscar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "74e09597-c857-47cb-ba8a-f0a5dc915b36",
                                            "name": "Procura município por nome ou código IBGE",
                                            "request": {
                                                "name": "Procura município por nome ou código IBGE",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-cobertura",
                                                        "buscar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c6326a82-a686-4e30-8060-8177d4158918",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-cobertura",
                                                                "buscar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{ibge}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "26ddd30d-4159-4ae7-98a1-c479288b924c",
                                            "name": "Liga/desliga os flags HML e PROD de um município",
                                            "request": {
                                                "name": "Liga/desliga os flags HML e PROD de um município",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-cobertura",
                                                        ":ibge"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "ibge",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"emite_hml\": \"<boolean>\",\n  \"emite_prod\": \"<boolean>\",\n  \"observacao_hml\": \"<string>\",\n  \"observacao_prod\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "fa3ce72c-5497-4a15-a021-9ba87171b2b8",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-cobertura",
                                                                ":ibge"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "ibge"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"emite_hml\": \"<boolean>\",\n  \"emite_prod\": \"<boolean>\",\n  \"observacao_hml\": \"<string>\",\n  \"observacao_prod\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e5345f43-65de-4c80-8938-312a48640e81",
                                            "name": "Remove os flags de um município",
                                            "request": {
                                                "name": "Remove os flags de um município",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-cobertura",
                                                        ":ibge"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "ibge",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "32f68d1f-50f9-49b1-ad4c-be921d51cccd",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-cobertura",
                                                                ":ibge"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "ibge"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "nfse",
                            "description": "",
                            "item": [
                                {
                                    "id": "c95a9f67-9827-4c98-a6f9-1c3862383e2f",
                                    "name": "Emitir NFS-e (Nota Fiscal de Serviços)",
                                    "request": {
                                        "name": "Emitir NFS-e (Nota Fiscal de Serviços)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfse",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"rps\": {},\n  \"servico\": {\n    \"itemListaServico\": \"<string>\",\n    \"codigoServico\": \"<string>\",\n    \"discriminacao\": \"<string>\",\n    \"valorServicos\": \"<number>\",\n    \"aliquota\": \"<number>\",\n    \"cupons\": [\n      {\n        \"quantidade\": \"<number>\",\n        \"valorUnitario\": \"<number>\",\n        \"descricao\": \"<string>\"\n      },\n      {\n        \"quantidade\": \"<number>\",\n        \"valorUnitario\": \"<number>\",\n        \"descricao\": \"<string>\"\n      }\n    ]\n  },\n  \"tomador\": {},\n  \"emails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"webhook_url\": \"<uri>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "30767e60-c365-4a8e-97d6-cd8e4e5aa17c",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"rps\": {},\n  \"servico\": {\n    \"itemListaServico\": \"<string>\",\n    \"codigoServico\": \"<string>\",\n    \"discriminacao\": \"<string>\",\n    \"valorServicos\": \"<number>\",\n    \"aliquota\": \"<number>\",\n    \"cupons\": [\n      {\n        \"quantidade\": \"<number>\",\n        \"valorUnitario\": \"<number>\",\n        \"descricao\": \"<string>\"\n      },\n      {\n        \"quantidade\": \"<number>\",\n        \"valorUnitario\": \"<number>\",\n        \"descricao\": \"<string>\"\n      }\n    ]\n  },\n  \"tomador\": {},\n  \"emails\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"webhook_url\": \"<uri>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "40e19dcd-10e4-4afe-bae2-3382e59f91af",
                                    "name": "Listar NFS-e (filtros: de/ate/tomador)",
                                    "request": {
                                        "name": "Listar NFS-e (filtros: de/ate/tomador)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfse",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f1fed5b0-0a0b-4fcd-92e7-fc4033ea20f0",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b07f2f2e-defa-48f1-9884-333b0a548c03",
                                            "name": "Pré-visualização (PDF) da NFS-e antes de emitir",
                                            "request": {
                                                "name": "Pré-visualização (PDF) da NFS-e antes de emitir",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "17337859-6d1a-46f1-9088-b1b2d6f0912d",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "parse-cupons",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "844f4372-5993-4262-b9a2-64f2ad18f70e",
                                            "name": "Extrair itens de cupons (qtd × valor) de um texto via IA",
                                            "request": {
                                                "name": "Extrair itens de cupons (qtd × valor) de um texto via IA",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse",
                                                        "parse-cupons"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"texto\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f03438ad-bb23-47bc-a9cd-05eb21512359",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                "parse-cupons"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"texto\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "80f83584-ac46-4b06-bc70-16ccd752ca68",
                                            "name": "Consultar NFS-e",
                                            "request": {
                                                "name": "Consultar NFS-e",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "7098c5ac-1bed-442f-a9ad-319f5d6453ca",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "754d0352-fc0d-429e-878a-3b7116e1c31b",
                                                    "name": "Cancelar NFS-e",
                                                    "request": {
                                                        "name": "Cancelar NFS-e",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                ":id",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"codigoCancelamento\": \"4\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "bb0e7d5e-6665-4d82-9a75-a0dbe0821643",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse",
                                                                        ":id",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"codigoCancelamento\": \"4\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "pdf",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d45b2a61-d178-4a54-9f16-e31dff2b0295",
                                                    "name": "PDF (DANFE) da NFS-e",
                                                    "request": {
                                                        "name": "PDF (DANFE) da NFS-e",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                ":id",
                                                                "pdf"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "9b111870-4949-461a-8b2f-af41626f010d",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse",
                                                                        ":id",
                                                                        "pdf"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "email",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "87dcb3dd-b59d-4b84-ad91-8977b2d13fb8",
                                                    "name": "Enviar NFS-e por e-mail (Resend, até 3)",
                                                    "request": {
                                                        "name": "Enviar NFS-e por e-mail (Resend, até 3)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                ":id",
                                                                "email"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"emails\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "91b1152f-868d-49c4-bcd1-ec742274b1c7",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse",
                                                                        ":id",
                                                                        "email"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"emails\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "4a2724ca-ffba-4787-963a-7b46035a9248",
                                                    "name": "Download XML NFS-e",
                                                    "request": {
                                                        "name": "Download XML NFS-e",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                ":id",
                                                                "xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1d7040e5-0090-4f05-821f-e21c136af19e",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "export.zip",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a215e693-ebeb-4ad5-92c5-7f43870798bd",
                                            "name": "Baixar em lote (ZIP de PDFs) — filtros de/ate/tomador",
                                            "request": {
                                                "name": "Baixar em lote (ZIP de PDFs) — filtros de/ate/tomador",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse",
                                                        "export.zip"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "a20b1ab6-241a-4954-b606-1ebf364b91a9",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse",
                                                                "export.zip"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "nfce",
                            "description": "",
                            "item": [
                                {
                                    "id": "7bc4d8c6-fa18-4a1e-982c-8c4f5913a5ea",
                                    "name": "Emitir NFC-e (Mod. 65)",
                                    "request": {
                                        "name": "Emitir NFC-e (Mod. 65)",
                                        "description": {
                                            "content": "Emite uma Nota Fiscal do Consumidor Eletrônica com suporte a contingência offline",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfce",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"ide\": {},\n  \"det\": \"<array>\",\n  \"pag\": \"<array>\",\n  \"dest\": {},\n  \"total\": {},\n  \"webhook_url\": \"<uri>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f2be0dcc-08fa-473d-a7a7-df2829456e03",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfce",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"ide\": {},\n  \"det\": \"<array>\",\n  \"pag\": \"<array>\",\n  \"dest\": {},\n  \"total\": {},\n  \"webhook_url\": \"<uri>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "14fb21c8-c7b4-4fc4-9dff-43266c7b4a0e",
                                    "name": "/api/v1/nfce/",
                                    "request": {
                                        "name": "/api/v1/nfce/",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfce",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6a429d14-62e3-4f1b-9cc8-bd0b586327a1",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfce",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ff6a30a3-01dd-4afc-8864-3262151fb50c",
                                            "name": "/api/v1/nfce/:id",
                                            "request": {
                                                "name": "/api/v1/nfce/:id",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfce",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f5476184-f573-462c-b69e-f9b287c30f60",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfce",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a260c338-0173-4b19-ab45-146531ad90d2",
                                                    "name": "/api/v1/nfce/:id/xml",
                                                    "request": {
                                                        "name": "/api/v1/nfce/:id/xml",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfce",
                                                                ":id",
                                                                "xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "566ecb2d-3090-42c2-8bb9-21e42aaecda5",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfce",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "24f8f950-88c6-498a-a94b-1b20101bfbe7",
                                                    "name": "Cancelar NFC-e (dentro de 30 min após autorização)",
                                                    "request": {
                                                        "name": "Cancelar NFC-e (dentro de 30 min após autorização)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfce",
                                                                ":id",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "4a716b8e-d666-4b0b-9aa5-4f1032f3aae9",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfce",
                                                                        ":id",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "danfe",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d21a0f6f-8dd8-4e49-8bad-484ca54da12a",
                                                    "name": "/api/v1/nfce/:id/danfe",
                                                    "request": {
                                                        "name": "/api/v1/nfce/:id/danfe",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfce",
                                                                ":id",
                                                                "danfe"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "92d87bb5-78e5-4040-99d4-b5fb3d3d25e3",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfce",
                                                                        ":id",
                                                                        "danfe"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "email",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d2d64b9d-a240-4b6b-806b-ef7357fe298c",
                                                    "name": "Reenviar o DANFE da NFC-e por e-mail",
                                                    "request": {
                                                        "name": "Reenviar o DANFE da NFC-e por e-mail",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfce",
                                                                ":id",
                                                                "email"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"email\": \"<string>\",\n  \"emails\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f872d659-8f8c-4d38-a8b0-e7ac5236ef9b",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfce",
                                                                        ":id",
                                                                        "email"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"email\": \"<string>\",\n  \"emails\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "03c28710-79e9-40ff-ab16-695c59804787",
                                            "name": "/api/v1/nfce/preview",
                                            "request": {
                                                "name": "/api/v1/nfce/preview",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfce",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "cac441a0-add4-4080-b8c2-10bb3dc990fb",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfce",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "cte",
                            "description": "",
                            "item": [
                                {
                                    "id": "6085da6b-91a0-4663-9c3c-cf81636e4290",
                                    "name": "Emitir CT-e (Conhecimento de Transporte)",
                                    "request": {
                                        "name": "Emitir CT-e (Conhecimento de Transporte)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "cte",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"ide\": {\n    \"cUF\": false,\n    \"natOp\": \"string\",\n    \"CFOP\": \"string\",\n    \"serie\": 4679,\n    \"UFIni\": false,\n    \"UFFim\": 5595\n  },\n  \"rem\": {\n    \"xNome\": true,\n    \"endereco\": \"string\"\n  },\n  \"dest\": {\n    \"xNome\": 9460,\n    \"endereco\": true\n  },\n  \"vPrest\": {\n    \"vTPrest\": \"string\",\n    \"vRec\": 1814\n  },\n  \"imp\": {},\n  \"infCTeNorm\": {\n    \"infCarga\": {\n      \"vCarga\": \"<string>\",\n      \"proPred\": \"<string>\",\n      \"xOutCat\": \"<string>\",\n      \"infQ\": \"<array>\"\n    },\n    \"infDoc\": {}\n  },\n  \"compl\": {},\n  \"infModal\": {},\n  \"webhook_url\": \"<uri>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9d3d9d31-fa43-4142-aff8-dc88bc9ecc36",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "cte",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"ide\": {\n    \"cUF\": false,\n    \"natOp\": \"string\",\n    \"CFOP\": \"string\",\n    \"serie\": 4679,\n    \"UFIni\": false,\n    \"UFFim\": 5595\n  },\n  \"rem\": {\n    \"xNome\": true,\n    \"endereco\": \"string\"\n  },\n  \"dest\": {\n    \"xNome\": 9460,\n    \"endereco\": true\n  },\n  \"vPrest\": {\n    \"vTPrest\": \"string\",\n    \"vRec\": 1814\n  },\n  \"imp\": {},\n  \"infCTeNorm\": {\n    \"infCarga\": {\n      \"vCarga\": \"<string>\",\n      \"proPred\": \"<string>\",\n      \"xOutCat\": \"<string>\",\n      \"infQ\": \"<array>\"\n    },\n    \"infDoc\": {}\n  },\n  \"compl\": {},\n  \"infModal\": {},\n  \"webhook_url\": \"<uri>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "24bfe2bd-cb73-44cd-8f3e-06dfa09338a9",
                                    "name": "Listar CT-e",
                                    "request": {
                                        "name": "Listar CT-e",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "cte",
                                                ""
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "uf_inicio",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "uf_fim",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "page",
                                                    "value": "1"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "20"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6314c210-985f-4d38-bcf8-12f26b536149",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "cte",
                                                        ""
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "uf_inicio",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "uf_fim",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "page",
                                                            "value": "1"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "importar-xml",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9d5de1cc-830d-44bb-83f1-67a2ab68c5f6",
                                            "name": "Importar XML de CT-e e devolver os campos para o formulário",
                                            "request": {
                                                "name": "Importar XML de CT-e e devolver os campos para o formulário",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "cte",
                                                        "importar-xml"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"xml\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c10672cc-6694-4396-8a9f-4fc9e7c3f33c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "cte",
                                                                "importar-xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"xml\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e5f5de62-e4a1-4c23-9a7a-ea6c2a8d5424",
                                            "name": "Consultar CT-e",
                                            "request": {
                                                "name": "Consultar CT-e",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "cte",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "31970970-9e6a-4b43-a703-a9d9842a6380",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "cte",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7a3fc3d8-e98d-41ae-a613-1b90ddcf5ff3",
                                                    "name": "Download XML CT-e",
                                                    "request": {
                                                        "name": "Download XML CT-e",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "cte",
                                                                ":id",
                                                                "xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "50b3901b-e0f3-4e38-a5e0-60cc6f5be403",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "cte",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "dacte",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8077836d-86c0-41a6-824a-7bcde4060502",
                                                    "name": "Baixar DACTE (PDF do CT-e)",
                                                    "request": {
                                                        "name": "Baixar DACTE (PDF do CT-e)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "cte",
                                                                ":id",
                                                                "dacte"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "03bc07db-4334-4f83-97f0-f187b8df50c7",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "cte",
                                                                        ":id",
                                                                        "dacte"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8ef3dc91-7798-4e9d-82a0-285b909db6cd",
                                                    "name": "Cancelar CT-e",
                                                    "request": {
                                                        "name": "Cancelar CT-e",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "cte",
                                                                ":id",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "3e582d16-1a42-45c6-8d9e-ed4b86597a79",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "cte",
                                                                        ":id",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b71de66c-6061-4020-a43a-e39b3c298ca3",
                                            "name": "Pré-visualização (PDF) do CT-e antes de emitir",
                                            "request": {
                                                "name": "Pré-visualização (PDF) do CT-e antes de emitir",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "cte",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "668a2bf2-1ca3-499f-b12a-2d0150c38a8a",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "cte",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "sefaz",
                            "description": "",
                            "item": [
                                {
                                    "name": "status",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{uf}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "83a35dc6-441f-4914-89f2-2905a405ad98",
                                                    "name": "Verifica status dos webservices SEFAZ",
                                                    "request": {
                                                        "name": "Verifica status dos webservices SEFAZ",
                                                        "description": {
                                                            "content": "Mostra se a UF está em contingência e os status dos servidores",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "sefaz",
                                                                "status",
                                                                ":uf"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "uf",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "7da0bebb-eae9-41d5-9253-06845f5f2dff",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "sefaz",
                                                                        "status",
                                                                        ":uf"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "uf"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "utils",
                            "description": "",
                            "item": [
                                {
                                    "name": "cnpj",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{cnpj}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b3ecbf2b-8bd8-480e-84ce-f21bf71bc4f3",
                                                    "name": "Consulta dados de um CNPJ na Receita Federal",
                                                    "request": {
                                                        "name": "Consulta dados de um CNPJ na Receita Federal",
                                                        "description": {
                                                            "content": "Retorna dados cadastrais + endereço formatado para uso na emissão da nota",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "utils",
                                                                "cnpj",
                                                                ":cnpj"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "cnpj",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "12f45a5f-e8a4-4bb1-a39b-9870d28def08",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "utils",
                                                                        "cnpj",
                                                                        ":cnpj"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "cpf",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{cpf}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5e2c83dc-fe85-4bb8-9735-c6805a008041",
                                                    "name": "Consulta nome e situação de um CPF (SERPRO Consulta CPF DF-e)",
                                                    "request": {
                                                        "name": "Consulta nome e situação de um CPF (SERPRO Consulta CPF DF-e)",
                                                        "description": {
                                                            "content": "Autofill do destinatário na emissão. Requer assinatura SERPRO (vars SERPRO_CPF_*). Devolve apenas nome + situação cadastral (LGPD).",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "utils",
                                                                "cpf",
                                                                ":cpf"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "cpf",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) CPF (com ou sem formatação)",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5b187f24-e25e-4fbf-89ca-a70c48c7c4d1",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "utils",
                                                                        "cpf",
                                                                        ":cpf"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) CPF (com ou sem formatação)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cpf"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "ie",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{cnpj}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8b121d0c-575e-4e31-83e4-4b2ea9a60147",
                                                    "name": "Consulta Inscrição Estadual via SintegraWS",
                                                    "request": {
                                                        "name": "Consulta Inscrição Estadual via SintegraWS",
                                                        "description": {
                                                            "content": "Retorna IE, situação cadastral, endereço e CNAE. Cobre 27 UFs. Custo: 1 crédito SintegraWS.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "utils",
                                                                "ie",
                                                                ":cnpj"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "cnpj",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e49d1c71-f8fb-4f9d-8bd8-458beb1965be",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "utils",
                                                                        "ie",
                                                                        ":cnpj"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cnpj"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "cep",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{cep}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "91a7d18d-4bcf-4e12-8175-201746f29476",
                                                    "name": "Consulta endereço por CEP",
                                                    "request": {
                                                        "name": "Consulta endereço por CEP",
                                                        "description": {
                                                            "content": "Retorna endereço formatado para uso na emissão da nota",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "utils",
                                                                "cep",
                                                                ":cep"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "cep",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e4b6ce26-585b-4452-991c-4db4b2427a65",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "utils",
                                                                        "cep",
                                                                        ":cep"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cep"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "ie",
                            "description": "",
                            "item": [
                                {
                                    "name": "{cnpj}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a3a05563-70b7-403d-9852-a051d99fcbac",
                                            "name": "Consulta IE por CNPJ na SEFAZ (CadConsultaCadastro4, gratuito)",
                                            "request": {
                                                "name": "Consulta IE por CNPJ na SEFAZ (CadConsultaCadastro4, gratuito)",
                                                "description": {
                                                    "content": "Com ?uf=XX consulta só aquela UF; sem uf, fan-out em todas as UFs com serviço. Retorna apenas IE(s), situação e UF.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ie",
                                                        ":cnpj"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "uf",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "cnpj",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) CNPJ (14 dígitos)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "4d4ed403-5481-4a1c-b0f7-a5ef04923fc4",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ie",
                                                                ":cnpj"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "uf",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) CNPJ (14 dígitos)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "cnpj"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "empresa",
                            "description": "",
                            "item": [
                                {
                                    "name": "series",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "eca1d933-3973-4a95-b4db-274c20f91825",
                                            "name": "Listar séries e numeração por documento",
                                            "request": {
                                                "name": "Listar séries e numeração por documento",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "empresa",
                                                        "series"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of 55,65,57,58,62,63)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "modelo",
                                                            "value": "62"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "26b0e589-b56d-4bac-9451-91f4789fdaff",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresa",
                                                                "series"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of 55,65,57,58,62,63)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "modelo",
                                                                    "value": "62"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "f1092d7f-dda5-45b7-a2bc-2e1e3880ae94",
                                            "name": "Criar série (liga o contador por série para o modelo)",
                                            "request": {
                                                "name": "Criar série (liga o contador por série para o modelo)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "empresa",
                                                        "series"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"modelo\": \"55\",\n  \"serie\": \"<integer>\",\n  \"proximo_numero\": 0,\n  \"descricao\": \"<string>\",\n  \"padrao\": false,\n  \"numeracao_externa\": false\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f8f94109-230c-40ab-9301-6bbfa8c61d8d",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresa",
                                                                "series"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"modelo\": \"55\",\n  \"serie\": \"<integer>\",\n  \"proximo_numero\": 0,\n  \"descricao\": \"<string>\",\n  \"padrao\": false,\n  \"numeracao_externa\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "bbd47e1b-3e88-49b0-b5d7-7dffd3e2b59c",
                                                    "name": "Editar série (descrição, padrão, numeração externa, ativo, contador)",
                                                    "request": {
                                                        "name": "Editar série (descrição, padrão, numeração externa, ativo, contador)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "empresa",
                                                                "series",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"descricao\": \"<string>\",\n  \"padrao\": \"<boolean>\",\n  \"numeracao_externa\": \"<boolean>\",\n  \"ativo\": \"<boolean>\",\n  \"proximo_numero\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "603ce755-cd33-4949-8859-2af2c3a4fe70",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "empresa",
                                                                        "series",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"descricao\": \"<string>\",\n  \"padrao\": \"<boolean>\",\n  \"numeracao_externa\": \"<boolean>\",\n  \"ativo\": \"<boolean>\",\n  \"proximo_numero\": \"<integer>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "ia",
                            "description": "",
                            "item": [
                                {
                                    "name": "perguntar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0d1d5f19-eada-48b5-9659-28a318b0cde0",
                                            "name": "Pergunta ao assistente de IA (fiscal ou suporte; roteia Haiku/Sonnet)",
                                            "request": {
                                                "name": "Pergunta ao assistente de IA (fiscal ou suporte; roteia Haiku/Sonnet)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ia",
                                                        "perguntar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pergunta\": \"<string>\",\n  \"contexto\": \"fiscal\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f500ac8a-1e8b-423c-bfa0-55931249aca0",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ia",
                                                                "perguntar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pergunta\": \"<string>\",\n  \"contexto\": \"fiscal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "prever",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a31cab74-9c8f-4115-b607-114c6c17351a",
                                            "name": "Prévia da complexidade/créditos de uma pergunta (não roda a IA)",
                                            "request": {
                                                "name": "Prévia da complexidade/créditos de uma pergunta (não roda a IA)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ia",
                                                        "prever"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pergunta\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "66e46a19-9ece-4b99-aa8a-8845369b391d",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ia",
                                                                "prever"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pergunta\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "historico",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8b95022c-f567-4507-8660-cea4d30bf2b3",
                                            "name": "Histórico recente do chat (por empresa e contexto)",
                                            "request": {
                                                "name": "Histórico recente do chat (por empresa e contexto)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ia",
                                                        "historico"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of fiscal,suporte)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "contexto",
                                                            "value": "fiscal"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d25d4eae-928b-489a-af46-003db0477c6f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ia",
                                                                "historico"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of fiscal,suporte)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "contexto",
                                                                    "value": "fiscal"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "52f65371-c023-479e-bb4b-d8c7274b1b20",
                                            "name": "Limpar o histórico do chat da empresa (por contexto)",
                                            "request": {
                                                "name": "Limpar o histórico do chat da empresa (por contexto)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ia",
                                                        "historico"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of fiscal,suporte)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "contexto",
                                                            "value": "fiscal"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0c234fb7-6c3e-487f-b1d1-6caf48060f62",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ia",
                                                                "historico"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of fiscal,suporte)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "contexto",
                                                                    "value": "fiscal"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "creditos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1aedee14-4396-4fbc-9460-cadefb1c6847",
                                            "name": "Saldo de créditos de IA da empresa, régua de consumo e pacotes à venda",
                                            "request": {
                                                "name": "Saldo de créditos de IA da empresa, régua de consumo e pacotes à venda",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ia",
                                                        "creditos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ee30d1c3-224a-4083-b951-b1eb0c7c808f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ia",
                                                                "creditos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "extrato",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5e449892-92f2-4b42-8280-635083560427",
                                                    "name": "Extrato de créditos de IA (concessões do plano, compras e consumo)",
                                                    "request": {
                                                        "name": "Extrato de créditos de IA (concessões do plano, compras e consumo)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ia",
                                                                "creditos",
                                                                "extrato"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "100"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "cc441628-b9db-4c4a-b8e0-6cb418ddd860",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "ia",
                                                                        "creditos",
                                                                        "extrato"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limite",
                                                                            "value": "100"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "comprar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3aacf3dd-486a-4e2a-9f33-7e625ff07266",
                                                    "name": "Comprar pacote de créditos de IA (retorna o link de pagamento)",
                                                    "request": {
                                                        "name": "Comprar pacote de créditos de IA (retorna o link de pagamento)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ia",
                                                                "creditos",
                                                                "comprar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pacote_id\": \"<uuid>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "59988a21-12a6-43f9-aa85-1c09199139a0",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "ia",
                                                                        "creditos",
                                                                        "comprar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"pacote_id\": \"<uuid>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "suporte",
                            "description": "",
                            "item": [
                                {
                                    "name": "config",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ecf69640-b056-427a-9f2c-e041d76de5ac",
                                            "name": "Config de suporte do cliente (modelo IA/humano, SLA meta+medido, canais)",
                                            "request": {
                                                "name": "Config de suporte do cliente (modelo IA/humano, SLA meta+medido, canais)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "suporte",
                                                        "config"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3a8d16ab-fcf1-4b27-9ead-65963b801e47",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "suporte",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "creditos",
                            "description": "",
                            "item": [
                                {
                                    "name": "saldo",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b79e5aaf-fcb9-4a5f-aa78-7102f7c21719",
                                            "name": "Saldo de créditos da empresa",
                                            "request": {
                                                "name": "Saldo de créditos da empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "creditos",
                                                        "saldo"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ff28331a-587a-4795-bf3f-3a4f45e54f8e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "creditos",
                                                                "saldo"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "pacotes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f92cfa0a-2270-4c28-9251-7d573f90dcb5",
                                            "name": "Pacotes de créditos disponíveis",
                                            "request": {
                                                "name": "Pacotes de créditos disponíveis",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "creditos",
                                                        "pacotes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6d392a1b-dd9a-4965-9512-00640803c799",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "creditos",
                                                                "pacotes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "historico",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0121eae5-a986-4ca9-bf8f-837f90872d9b",
                                            "name": "Extrato de créditos (compras e usos)",
                                            "request": {
                                                "name": "Extrato de créditos (compras e usos)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "creditos",
                                                        "historico"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "100"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0e555639-739a-4543-9454-d7097f955f80",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "creditos",
                                                                "historico"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "100"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "comprar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c9c4d2e8-50a7-46d3-af0c-f29ca0c6fe4f",
                                            "name": "Comprar pacote de créditos (retorna URL de checkout Stripe)",
                                            "request": {
                                                "name": "Comprar pacote de créditos (retorna URL de checkout Stripe)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "creditos",
                                                        "comprar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"price_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "271bdcc5-ba07-411c-8add-61d2bad8224c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "creditos",
                                                                "comprar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"price_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "sintegrabr",
                            "description": "",
                            "item": [
                                {
                                    "name": "cadastro",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cdee692c-4176-4c86-bee6-7b860c70d192",
                                            "name": "Cadastro no SintegraBR (produto de consulta cadastral)",
                                            "request": {
                                                "name": "Cadastro no SintegraBR (produto de consulta cadastral)",
                                                "description": {
                                                    "content": "Cria conta tipo consulta_api com bônus de créditos. Público, rate-limited.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "sintegrabr",
                                                        "cadastro"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"razao_social\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"nome\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6aa21019-29dd-4bb9-81d9-7874d5718f20",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "sintegrabr",
                                                                "cadastro"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"razao_social\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"email\": \"<email>\",\n  \"senha\": \"<string>\",\n  \"nome\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "veiculos",
                            "description": "",
                            "item": [
                                {
                                    "id": "da18a409-35db-4fef-9dca-241e9223b58a",
                                    "name": "Lista os veículos da empresa",
                                    "request": {
                                        "name": "Lista os veículos da empresa",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "veiculos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "243a0c09-516a-46d2-9561-387d9100320c",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "veiculos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "f677f22a-0472-4957-a36b-742f405ae58b",
                                    "name": "Cadastra um veículo",
                                    "request": {
                                        "name": "Cadastra um veículo",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "veiculos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "04a58e4c-132e-4903-9f7e-c3edcaeedc92",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "veiculos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "placa",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{placa}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "ff637b7c-f2a3-4819-ba11-bcb0290a340d",
                                                    "name": "Busca um veículo cadastrado pela placa (autofill)",
                                                    "request": {
                                                        "name": "Busca um veículo cadastrado pela placa (autofill)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "veiculos",
                                                                "placa",
                                                                ":placa"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "placa",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1043b557-41f7-4de7-a257-5ce5c7edb387",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "veiculos",
                                                                        "placa",
                                                                        ":placa"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "placa"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8efd2119-8c1c-411d-9df7-90681ee74d20",
                                            "name": "Atualiza um veículo",
                                            "request": {
                                                "name": "Atualiza um veículo",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "veiculos",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "PUT",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "7ab94017-f868-4723-8994-d1c034149083",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "veiculos",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "50257002-6474-46f6-9d89-e9985d038c81",
                                            "name": "Remove um veículo",
                                            "request": {
                                                "name": "Remove um veículo",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "veiculos",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "1a0e9f70-9b57-40e5-a8ad-98aff6fcb08c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "veiculos",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "planos",
                            "description": "",
                            "item": [
                                {
                                    "id": "cc8d723d-cedb-47d1-bb2b-1af8a243de37",
                                    "name": "Listar planos disponíveis para contratação",
                                    "request": {
                                        "name": "Listar planos disponíveis para contratação",
                                        "description": {
                                            "content": "Retorna os planos ATIVOS da vitrine. Planos descontinuados nunca são retornados.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "planos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": " (This can only be one of vitrine,todos)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "escopo",
                                                    "value": "vitrine"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "incluir_addons",
                                                    "value": "false"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9f2954b0-4f61-4a93-9db0-0493276a1d1f",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "planos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of vitrine,todos)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "escopo",
                                                            "value": "vitrine"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "incluir_addons",
                                                            "value": "false"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "assinaturas",
                            "description": "",
                            "item": [
                                {
                                    "id": "af48c34d-cfd6-45f8-a113-36aa4b611949",
                                    "name": "Assinar um plano",
                                    "request": {
                                        "name": "Assinar um plano",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "assinaturas"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"plano_slug\": \"<string>\",\n  \"revendedor_id\": \"<uuid>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7740c9f3-8e4f-4455-9e0c-67f6f948b1e0",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assinaturas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"plano_slug\": \"<string>\",\n  \"revendedor_id\": \"<uuid>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "atual",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d2218cab-195a-4ca6-a0b6-90e8741fe97c",
                                            "name": "Consultar assinatura atual",
                                            "request": {
                                                "name": "Consultar assinatura atual",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assinaturas",
                                                        "atual"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "45bf94ad-fb02-4ee0-b15a-90e4b81ef538",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assinaturas",
                                                                "atual"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "uso",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c63cf621-cb13-4890-9edc-ca87fe91fed8",
                                            "name": "Uso de notas no mês corrente",
                                            "request": {
                                                "name": "Uso de notas no mês corrente",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assinaturas",
                                                        "uso"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5af48bb5-b9fe-47d6-a2a8-60d8a2e5a2b1",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assinaturas",
                                                                "uso"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "revendedores",
                            "description": "",
                            "item": [
                                {
                                    "id": "5d01d703-063a-41cf-99d3-09158101412e",
                                    "name": "Cadastrar revendedor (contador / ERP)",
                                    "request": {
                                        "name": "Cadastrar revendedor (contador / ERP)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "revendedores"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"nome\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"email\": \"<email>\",\n  \"plano_slug\": \"<string>\",\n  \"telefone\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "da67246f-0f76-4d5c-a569-cc68bab30068",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "revendedores"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"nome\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"email\": \"<email>\",\n  \"plano_slug\": \"<string>\",\n  \"telefone\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "clientes",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a7a577c2-ae11-4155-aa06-25cc8d6f3758",
                                                    "name": "Listar empresas clientes do revendedor",
                                                    "request": {
                                                        "name": "Listar empresas clientes do revendedor",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "revendedores",
                                                                ":id",
                                                                "clientes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "2fab091b-f5e6-4ea9-b97a-28541067c05f",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "revendedores",
                                                                        ":id",
                                                                        "clientes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "dashboard",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "fe9b73b8-b281-4aef-8e28-7be1163f19e0",
                                                    "name": "Dashboard financeiro do revendedor",
                                                    "request": {
                                                        "name": "Dashboard financeiro do revendedor",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "revendedores",
                                                                ":id",
                                                                "dashboard"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "c04ad1d7-9fd9-42ed-905e-f0738afe188d",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "revendedores",
                                                                        ":id",
                                                                        "dashboard"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "relatorios",
                            "description": "",
                            "item": [
                                {
                                    "name": "{ano}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{mes}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "9b9ae82b-009f-4164-91e6-6e8dfbda41d0",
                                                    "name": "Totais fiscais do mês em JSON",
                                                    "request": {
                                                        "name": "Totais fiscais do mês em JSON",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "relatorios",
                                                                ":ano",
                                                                ":mes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<integer>",
                                                                    "key": "ano",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<integer>",
                                                                    "key": "mes",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "9fefc140-d778-4d7d-b85e-597149b4fa12",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "relatorios",
                                                                        ":ano",
                                                                        ":mes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "ano"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "mes"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "pdf",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "d39d0de0-2b7f-42ce-ab9c-f4c007c90711",
                                                            "name": "Relatório fiscal mensal em PDF",
                                                            "request": {
                                                                "name": "Relatório fiscal mensal em PDF",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "relatorios",
                                                                        ":ano",
                                                                        ":mes",
                                                                        "pdf"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "749b2de9-4910-47c6-94ea-216dc5cac6e5",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "relatorios",
                                                                                ":ano",
                                                                                ":mes",
                                                                                "pdf"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "csv",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "1cdadeb1-e390-4b8d-9182-c67bc5f1c1d4",
                                                            "name": "Relatório fiscal mensal em CSV",
                                                            "request": {
                                                                "name": "Relatório fiscal mensal em CSV",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "relatorios",
                                                                        ":ano",
                                                                        ":mes",
                                                                        "csv"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "368869fd-dd79-4048-96d8-134d76598057",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "relatorios",
                                                                                ":ano",
                                                                                ":mes",
                                                                                "csv"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "nfse-nacional",
                            "description": "",
                            "item": [
                                {
                                    "id": "cdfec205-2b14-4f74-9840-e9735b41b0af",
                                    "name": "Emitir NFS-e Nacional (LC 214/2025)",
                                    "request": {
                                        "name": "Emitir NFS-e Nacional (LC 214/2025)",
                                        "description": {
                                            "content": "Emite uma nota fiscal de serviços no padrão nacional da Reforma Tributária",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfse-nacional"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"numero\": \"<integer>\",\n  \"tomador\": {\n    \"cnpj\": \"<string>\",\n    \"cpf\": \"<string>\",\n    \"nif\": \"<string>\",\n    \"cod_pais\": \"1058\",\n    \"nome\": \"<string>\",\n    \"email\": \"<email>\",\n    \"endereco\": {\n      \"logradouro\": \"<string>\",\n      \"numero\": \"<string>\",\n      \"complemento\": \"<string>\",\n      \"bairro\": \"<string>\",\n      \"codigo_ibge\": \"<string>\",\n      \"uf\": \"<string>\",\n      \"cep\": \"<string>\"\n    }\n  },\n  \"servico\": {\n    \"descricao\": \"<string>\",\n    \"valor\": \"<number>\",\n    \"codigo_tributacao_nacional\": \"<string>\",\n    \"codigo_tributacao_municipio\": \"<string>\",\n    \"codigo_nbs\": \"<string>\",\n    \"cod_mun_prestacao\": \"<string>\",\n    \"info_compl\": \"<string>\",\n    \"iss\": {\n      \"aliquota\": \"<number>\",\n      \"iss_retido\": \"<boolean>\",\n      \"tipo_tributacao\": \"7\"\n    }\n  },\n  \"serie\": \"1\",\n  \"tipo_emitente\": \"1\",\n  \"valores\": {\n    \"vDesc\": 0,\n    \"vDed\": 0\n  },\n  \"ibs_cbs_habilitado\": false,\n  \"cst_ibscbs\": \"<string>\",\n  \"classif_ibscbs\": \"<string>\",\n  \"webhook_url\": \"<uri>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "45748eff-530d-49fb-81ac-ac8ef69db244",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-nacional"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numero\": \"<integer>\",\n  \"tomador\": {\n    \"cnpj\": \"<string>\",\n    \"cpf\": \"<string>\",\n    \"nif\": \"<string>\",\n    \"cod_pais\": \"1058\",\n    \"nome\": \"<string>\",\n    \"email\": \"<email>\",\n    \"endereco\": {\n      \"logradouro\": \"<string>\",\n      \"numero\": \"<string>\",\n      \"complemento\": \"<string>\",\n      \"bairro\": \"<string>\",\n      \"codigo_ibge\": \"<string>\",\n      \"uf\": \"<string>\",\n      \"cep\": \"<string>\"\n    }\n  },\n  \"servico\": {\n    \"descricao\": \"<string>\",\n    \"valor\": \"<number>\",\n    \"codigo_tributacao_nacional\": \"<string>\",\n    \"codigo_tributacao_municipio\": \"<string>\",\n    \"codigo_nbs\": \"<string>\",\n    \"cod_mun_prestacao\": \"<string>\",\n    \"info_compl\": \"<string>\",\n    \"iss\": {\n      \"aliquota\": \"<number>\",\n      \"iss_retido\": \"<boolean>\",\n      \"tipo_tributacao\": \"7\"\n    }\n  },\n  \"serie\": \"1\",\n  \"tipo_emitente\": \"1\",\n  \"valores\": {\n    \"vDesc\": 0,\n    \"vDed\": 0\n  },\n  \"ibs_cbs_habilitado\": false,\n  \"cst_ibscbs\": \"<string>\",\n  \"classif_ibscbs\": \"<string>\",\n  \"webhook_url\": \"<uri>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "d209dbd0-f328-49b4-8d71-e94aede196a0",
                                    "name": "Listar NFS-e Nacionais",
                                    "request": {
                                        "name": "Listar NFS-e Nacionais",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfse-nacional"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limite",
                                                    "value": "100"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6d8f5a7c-9b1b-498d-ab27-6452d10dbd05",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-nacional"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "100"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "67e0acd5-2a36-45fe-bedc-b482748a1ff7",
                                            "name": "Consultar NFS-e por ID interno",
                                            "request": {
                                                "name": "Consultar NFS-e por ID interno",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-nacional",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d6b1c48b-579b-4563-b848-f2e8c4bcfc18",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "danfse",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "35a63a46-d873-4505-b653-babb98cb2b7b",
                                                    "name": "Download do DANFSe v2.0 (PDF)",
                                                    "request": {
                                                        "name": "Download do DANFSe v2.0 (PDF)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                ":id",
                                                                "danfse"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "07a3fa67-b840-4ad3-80e6-df7d90994acd",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse-nacional",
                                                                        ":id",
                                                                        "danfse"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "f3638d21-fb64-4094-91ce-7147d7e69629",
                                                    "name": "Cancelar NFS-e Nacional",
                                                    "request": {
                                                        "name": "Cancelar NFS-e Nacional",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                ":id",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"motivo_codigo\": \"1\",\n  \"descricao\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "597551b3-7db6-4daa-8736-917bb13e125e",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse-nacional",
                                                                        ":id",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"motivo_codigo\": \"1\",\n  \"descricao\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "substituir",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "1f6582f1-22b9-42c4-aa78-3c08322173aa",
                                                    "name": "Substituir NFS-e por nova DPS",
                                                    "request": {
                                                        "name": "Substituir NFS-e por nova DPS",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                ":id",
                                                                "substituir"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"numero\": \"<integer>\",\n  \"tomador\": {},\n  \"servico\": {},\n  \"motivo\": \"<string>\",\n  \"serie\": \"<string>\",\n  \"valores\": {}\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "be1a2d74-3cb3-4ba0-a3e1-da49386bd696",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse-nacional",
                                                                        ":id",
                                                                        "substituir"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"numero\": \"<integer>\",\n  \"tomador\": {},\n  \"servico\": {},\n  \"motivo\": \"<string>\",\n  \"serie\": \"<string>\",\n  \"valores\": {}\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c56df088-767b-456e-abca-dda525568d79",
                                            "name": "Pré-visualização (PDF) da NFS-e Nacional antes de emitir",
                                            "request": {
                                                "name": "Pré-visualização (PDF) da NFS-e Nacional antes de emitir",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-nacional",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "4a40a57b-4e16-473b-b9d9-d6302756d2be",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "chave",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{chave}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "424c3ffb-8b67-4325-a06c-54839eed264c",
                                                    "name": "Consultar NFS-e pela chave no SEFIN",
                                                    "request": {
                                                        "name": "Consultar NFS-e pela chave no SEFIN",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                "chave",
                                                                ":chave"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "chave",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "247c96cd-cd14-4ee7-84d8-76a3b90726f6",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse-nacional",
                                                                        "chave",
                                                                        ":chave"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "chave"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "sincronizar-dfe",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7a6ebd7d-da16-4ecf-898d-8557cf486482",
                                            "name": "Baixar NFS-e recebidas (onde a empresa é tomadora)",
                                            "request": {
                                                "name": "Baixar NFS-e recebidas (onde a empresa é tomadora)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-nacional",
                                                        "sincronizar-dfe"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e167e92f-9e64-4c09-bf91-d6ee2cb353c1",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                "sincronizar-dfe"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "recebidas",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "eb9d894a-278b-411f-b0d7-7aeb808cd7b0",
                                            "name": "Listar NFS-e recebidas como tomador",
                                            "request": {
                                                "name": "Listar NFS-e recebidas como tomador",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfse-nacional",
                                                        "recebidas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "data_inicio",
                                                            "value": "<date>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "data_fim",
                                                            "value": "<date>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "feb53887-f20c-45da-bf51-cf8865dffb23",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                "recebidas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "data_inicio",
                                                                    "value": "<date>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "data_fim",
                                                                    "value": "<date>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "xml",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "b2577ece-88ad-4f3f-9dc0-05014f2da225",
                                                            "name": "Baixa o XML de uma NFS-e recebida",
                                                            "request": {
                                                                "name": "Baixa o XML de uma NFS-e recebida",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse-nacional",
                                                                        "recebidas",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "69e37a7c-dcab-4936-8149-c83f766b720c",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "nfse-nacional",
                                                                                "recebidas",
                                                                                ":id",
                                                                                "xml"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "danfse",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "c0af2677-21b8-4293-b93a-52db7705ecbe",
                                                            "name": "DANFSe (PDF) de uma NFS-e recebida",
                                                            "request": {
                                                                "name": "DANFSe (PDF) de uma NFS-e recebida",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse-nacional",
                                                                        "recebidas",
                                                                        ":id",
                                                                        "danfse"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "773487d3-a574-4790-8718-0b091ca5cdd2",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "nfse-nacional",
                                                                                "recebidas",
                                                                                ":id",
                                                                                "danfse"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "exportar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "346e6e3c-d1de-4589-89b2-4f73b981bfab",
                                                    "name": "Exporta em lote as NFS-e recebidas selecionadas (ZIP)",
                                                    "request": {
                                                        "name": "Exporta em lote as NFS-e recebidas selecionadas (ZIP)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfse-nacional",
                                                                "recebidas",
                                                                "exportar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ids\": [\n    \"<string>\"\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "2f0fd053-8b0b-4d10-95c5-be858196c671",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfse-nacional",
                                                                        "recebidas",
                                                                        "exportar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"ids\": [\n    \"<string>\"\n  ]\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "espiao",
                            "description": "",
                            "item": [
                                {
                                    "name": "sincronizar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a093d67d-356b-41cc-bef1-ebd7aa2bcbe3",
                                            "name": "Baixa as NF-e recebidas (DistribuiçãoDFe)",
                                            "request": {
                                                "name": "Baixa as NF-e recebidas (DistribuiçãoDFe)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "espiao",
                                                        "sincronizar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b844a3fd-a7c5-499c-90c6-49487e1c50ee",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "sincronizar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "sincronizar-cte",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "944cd777-9648-407c-86d1-dbffecbc6360",
                                            "name": "Baixa os CT-e recebidos (CTeDistribuicaoDFe)",
                                            "request": {
                                                "name": "Baixa os CT-e recebidos (CTeDistribuicaoDFe)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "espiao",
                                                        "sincronizar-cte"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0869ab95-98bb-4fd1-a379-5032a2a6819c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "sincronizar-cte"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "recebidas",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "importar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "e0fd4a4a-43ef-4016-a193-49711c7245be",
                                                    "name": "Importa o XML de um documento fiscal recebido (NFCom/NF3-e/NF-e/CT-e)",
                                                    "request": {
                                                        "name": "Importa o XML de um documento fiscal recebido (NFCom/NF3-e/NF-e/CT-e)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "recebidas",
                                                                "importar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"xml\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "748d31f7-0045-4708-adde-b6d377ab70bc",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "espiao",
                                                                        "recebidas",
                                                                        "importar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"xml\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": "b61625e5-4bbf-4b92-b900-12a466694ecc",
                                            "name": "Lista NF-e recebidas (empresa como destinatária)",
                                            "request": {
                                                "name": "Lista NF-e recebidas (empresa como destinatária)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "espiao",
                                                        "recebidas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "cnpj_emitente",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "cancelada",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "resumo",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "data_inicio",
                                                            "value": "<date>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "data_fim",
                                                            "value": "<date>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "100"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3922c0a0-84cd-49e8-818d-d71aad4cdc63",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "recebidas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "cnpj_emitente",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "cancelada",
                                                                    "value": "<boolean>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "resumo",
                                                                    "value": "<boolean>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "data_inicio",
                                                                    "value": "<date>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "data_fim",
                                                                    "value": "<date>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "100"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c520f5fb-2ff4-45d9-ad29-154bbf611e80",
                                                    "name": "/api/v1/espiao/recebidas/:id",
                                                    "request": {
                                                        "name": "/api/v1/espiao/recebidas/:id",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "recebidas",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "9ed985cf-af4f-4b80-b543-0d545e964380",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "espiao",
                                                                        "recebidas",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "xml",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "e076068a-fd5a-4f48-be0c-10cbdff85055",
                                                            "name": "/api/v1/espiao/recebidas/:id/xml",
                                                            "request": {
                                                                "name": "/api/v1/espiao/recebidas/:id/xml",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "espiao",
                                                                        "recebidas",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "532e38bf-fc80-4671-84d9-0af8b3cfe8f3",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "espiao",
                                                                                "recebidas",
                                                                                ":id",
                                                                                "xml"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "danfe",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "3ca3edfa-229c-4b1a-8ad1-4dce70b2ebaf",
                                                            "name": "/api/v1/espiao/recebidas/:id/danfe",
                                                            "request": {
                                                                "name": "/api/v1/espiao/recebidas/:id/danfe",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "espiao",
                                                                        "recebidas",
                                                                        ":id",
                                                                        "danfe"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "506483f9-20bb-4c5b-8a85-d085d60f005a",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "espiao",
                                                                                "recebidas",
                                                                                ":id",
                                                                                "danfe"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "exportar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "22e3ae84-027a-45ff-95fd-c85ac5777c1b",
                                                    "name": "Exporta em lote as notas selecionadas (ZIP: XMLs + índice consolidado)",
                                                    "request": {
                                                        "name": "Exporta em lote as notas selecionadas (ZIP: XMLs + índice consolidado)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "recebidas",
                                                                "exportar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ids\": [\n    \"<string>\"\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "bcc57217-7568-43be-b1d5-e7d050372d3f",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "espiao",
                                                                        "recebidas",
                                                                        "exportar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"ids\": [\n    \"<string>\"\n  ]\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "danfe-publico",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6a8fe4cd-c36f-4d20-880d-743b22ba44db",
                                            "name": "DANFE/DACTE via link assinado (expira)",
                                            "request": {
                                                "name": "DANFE/DACTE via link assinado (expira)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "espiao",
                                                        "danfe-publico"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "27af9b9f-5b24-434a-a469-4f55bfdddccc",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "danfe-publico"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "manifestar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1a017349-6ebc-4d37-98b7-fae44dcb3887",
                                            "name": "Manifesta ciência/confirmação/desconhecimento em NF-e recebidas",
                                            "request": {
                                                "name": "Manifesta ciência/confirmação/desconhecimento em NF-e recebidas",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "espiao",
                                                        "manifestar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"tipo_evento\": \"nao_realizada\",\n  \"chaves\": [\n    \"<string>\"\n  ],\n  \"justificativa\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3a641579-74ce-4c47-ab8f-b2c18d224a73",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "manifestar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"tipo_evento\": \"nao_realizada\",\n  \"chaves\": [\n    \"<string>\"\n  ],\n  \"justificativa\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "dashboard",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a87bd7d9-ffb1-49fc-9438-d5b13cc858a1",
                                            "name": "Métricas consolidadas das NF-e recebidas",
                                            "request": {
                                                "name": "Métricas consolidadas das NF-e recebidas",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "espiao",
                                                        "dashboard"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "559381c7-385b-4e1f-a5eb-f0dcd1b5c255",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "espiao",
                                                                "dashboard"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "ibs-cbs",
                            "description": "",
                            "item": [
                                {
                                    "name": "apurar",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{ano}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{mes}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "c97eca7b-b9e8-47cb-8542-2e00f0adcbbf",
                                                            "name": "Apura IBS/CBS do mês informado",
                                                            "request": {
                                                                "name": "Apura IBS/CBS do mês informado",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "ibs-cbs",
                                                                        "apurar",
                                                                        ":ano",
                                                                        ":mes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "POST",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "dc70bc35-0d48-4b68-ba5b-679f25b17b6a",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "ibs-cbs",
                                                                                "apurar",
                                                                                ":ano",
                                                                                ":mes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "apuracao",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{ano}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{mes}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "e9dbf372-4a7b-41bb-8975-638a1135751f",
                                                            "name": "/api/v1/ibs-cbs/apuracao/:ano/:mes",
                                                            "request": {
                                                                "name": "/api/v1/ibs-cbs/apuracao/:ano/:mes",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "ibs-cbs",
                                                                        "apuracao",
                                                                        ":ano",
                                                                        ":mes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "49b2aecb-876f-4a5c-8c6d-88537ebe2bd0",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "ibs-cbs",
                                                                                "apuracao",
                                                                                ":ano",
                                                                                ":mes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        },
                                                        {
                                                            "name": "pdf",
                                                            "description": "",
                                                            "item": [
                                                                {
                                                                    "id": "d72dd398-d5e4-4726-95d4-69feacce1e42",
                                                                    "name": "/api/v1/ibs-cbs/apuracao/:ano/:mes/pdf",
                                                                    "request": {
                                                                        "name": "/api/v1/ibs-cbs/apuracao/:ano/:mes/pdf",
                                                                        "description": {},
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "ibs-cbs",
                                                                                "apuracao",
                                                                                ":ano",
                                                                                ":mes",
                                                                                "pdf"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "ano",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "mes",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "method": "GET",
                                                                        "body": {},
                                                                        "auth": null
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "95767565-27a4-4945-af6d-1bb766798459",
                                                                            "name": "Default Response",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "ibs-cbs",
                                                                                        "apuracao",
                                                                                        ":ano",
                                                                                        ":mes",
                                                                                        "pdf"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "ano"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "mes"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "GET",
                                                                                "body": {}
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "historico",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cf48007f-8ce1-40f5-a9a7-cc94cac0c412",
                                            "name": "/api/v1/ibs-cbs/historico",
                                            "request": {
                                                "name": "/api/v1/ibs-cbs/historico",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ibs-cbs",
                                                        "historico"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e04515d2-b885-4a4a-9eae-9a8f19f00c59",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ibs-cbs",
                                                                "historico"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "simular-regime",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d955eebb-21a0-45d8-87f6-0acab86c0f2d",
                                            "name": "Simula regimes tributários para planejamento",
                                            "request": {
                                                "name": "Simula regimes tributários para planejamento",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ibs-cbs",
                                                        "simular-regime"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"faturamento_mensal\": \"<number>\",\n  \"crt\": \"3\",\n  \"ano\": 2026\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "accba382-7efd-4b21-a103-4feb2e510eb1",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ibs-cbs",
                                                                "simular-regime"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"faturamento_mensal\": \"<number>\",\n  \"crt\": \"3\",\n  \"ano\": 2026\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "cronograma",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0742686d-2c54-4b60-993c-c8a7494f8cf8",
                                            "name": "/api/v1/ibs-cbs/cronograma",
                                            "request": {
                                                "name": "/api/v1/ibs-cbs/cronograma",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ibs-cbs",
                                                        "cronograma"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ed4bce91-f8f6-45a2-907a-53faa02dc8b3",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ibs-cbs",
                                                                "cronograma"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "dashboard",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5a96b2c8-873b-4342-bda0-77ea920ca203",
                                            "name": "/api/v1/ibs-cbs/dashboard",
                                            "request": {
                                                "name": "/api/v1/ibs-cbs/dashboard",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "ibs-cbs",
                                                        "dashboard"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "a6577881-9582-42b6-9caf-11f0bfd3ba65",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "ibs-cbs",
                                                                "dashboard"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "statuspage",
                            "description": "",
                            "item": [
                                {
                                    "id": "46df74f6-8df1-471e-b9e2-a518bd3ead7e",
                                    "name": "Status page público — saúde dos serviços",
                                    "request": {
                                        "name": "Status page público — saúde dos serviços",
                                        "description": {
                                            "content": "Endpoint público para monitorar disponibilidade da plataforma em tempo real",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "statuspage"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "43b6dd26-a66e-483a-b2f0-073146c79d13",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "statuspage"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "sla",
                            "description": "",
                            "item": [
                                {
                                    "name": "relatorio",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{ano}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{mes}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "c06e31cc-661c-4d95-a62d-184105be6c4e",
                                                            "name": "Relatório mensal completo de SLA",
                                                            "request": {
                                                                "name": "Relatório mensal completo de SLA",
                                                                "description": {
                                                                    "content": "Disponível apenas para planos Enterprise e Enterprise Plus",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "sla",
                                                                        "relatorio",
                                                                        ":ano",
                                                                        ":mes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "ba6cc2ac-b041-45d4-a290-ad66544a44b2",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "sla",
                                                                                "relatorio",
                                                                                ":ano",
                                                                                ":mes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "uptime",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0c517d94-1e50-4bee-a3c3-32228660073b",
                                            "name": "Calcular uptime de período personalizado",
                                            "request": {
                                                "name": "Calcular uptime de período personalizado",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "sla",
                                                        "uptime"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "inicio",
                                                            "value": "<date>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "fim",
                                                            "value": "<date>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "dcf7c1c6-0c6b-4111-956b-26fedc4cff4f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "sla",
                                                                "uptime"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "inicio",
                                                                    "value": "<date>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "fim",
                                                                    "value": "<date>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "incidentes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "49ba6d8e-cb80-4b91-8396-67a2bbcc11d0",
                                            "name": "Lista incidentes que afetaram a empresa",
                                            "request": {
                                                "name": "Lista incidentes que afetaram a empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "sla",
                                                        "incidentes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "desde",
                                                            "value": "<date>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "50"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5260374c-2606-4ce8-afd9-325be5b2b4a8",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "sla",
                                                                "incidentes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "desde",
                                                                    "value": "<date>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "50"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "1e954a10-36a5-498b-8d46-00934de5b828",
                                            "name": "Registrar início de incidente manualmente (admin only)",
                                            "request": {
                                                "name": "Registrar início de incidente manualmente (admin only)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "sla",
                                                        "incidentes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"tipo\": \"manual\",\n  \"titulo\": \"<string>\",\n  \"severidade\": \"medium\",\n  \"descricao\": \"<string>\",\n  \"servico_afetado\": \"<string>\",\n  \"empresa_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "097cba78-4b52-48f2-b7e7-adc174a7f90e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "sla",
                                                                "incidentes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"tipo\": \"manual\",\n  \"titulo\": \"<string>\",\n  \"severidade\": \"medium\",\n  \"descricao\": \"<string>\",\n  \"servico_afetado\": \"<string>\",\n  \"empresa_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "resolver",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "2d76c7ab-4db1-4191-9141-b95acef9c830",
                                                            "name": "Marcar incidente como resolvido (admin only)",
                                                            "request": {
                                                                "name": "Marcar incidente como resolvido (admin only)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "sla",
                                                                        "incidentes",
                                                                        ":id",
                                                                        "resolver"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"causa_raiz\": \"<string>\",\n  \"acoes_corretivas\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "bfb687e7-9758-42c3-8e99-10b085a013bc",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "sla",
                                                                                "incidentes",
                                                                                ":id",
                                                                                "resolver"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "PATCH",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"causa_raiz\": \"<string>\",\n  \"acoes_corretivas\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "tiers",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5b6d7bca-0037-415c-a884-40330928cc06",
                                            "name": "Níveis de SLA disponíveis",
                                            "request": {
                                                "name": "Níveis de SLA disponíveis",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "sla",
                                                        "tiers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "1f85c456-a480-4288-b315-ac719161c67e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "sla",
                                                                "tiers"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "compensacao-mensal",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "932db23a-c5f0-4624-9f3f-6fd90366b968",
                                            "name": "Dispara cálculo de compensação do mês anterior",
                                            "request": {
                                                "name": "Dispara cálculo de compensação do mês anterior",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "sla",
                                                        "compensacao-mensal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e0865d05-dbd0-4a72-b6b2-345cf1bb0c47",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "sla",
                                                                "compensacao-mensal"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "marketplaces",
                            "description": "",
                            "item": [
                                {
                                    "name": "suportadas",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dfc87908-a388-4de3-80c3-bc40162ff2fa",
                                            "name": "Lista plataformas suportadas",
                                            "request": {
                                                "name": "Lista plataformas suportadas",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "marketplaces",
                                                        "suportadas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "43946830-8020-4806-92d4-c1ac96992262",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "marketplaces",
                                                                "suportadas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "configuracoes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f2eedf33-9e64-4ff6-943e-d86134fec104",
                                            "name": "Configurações ativas da empresa",
                                            "request": {
                                                "name": "Configurações ativas da empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "marketplaces",
                                                        "configuracoes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "228870e7-4867-40bd-bac1-79741017ba9d",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "marketplaces",
                                                                "configuracoes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "12b34949-3118-4f0c-b6ae-613e1e454b67",
                                            "name": "Adicionar integração de marketplace",
                                            "request": {
                                                "name": "Adicionar integração de marketplace",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "marketplaces",
                                                        "configuracoes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"plataforma\": \"nuvemshop\",\n  \"config\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "be2d953c-777c-4dbe-bfd8-697343d97383",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "marketplaces",
                                                                "configuracoes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"plataforma\": \"nuvemshop\",\n  \"config\": {}\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7752d70c-9072-42cb-bb81-ab037c843a1d",
                                                    "name": "Atualizar configuração de marketplace",
                                                    "request": {
                                                        "name": "Atualizar configuração de marketplace",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "marketplaces",
                                                                "configuracoes",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"config\": {},\n  \"ativo\": \"<boolean>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ed0346dc-c42d-4323-8a2a-15ea187bf314",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "marketplaces",
                                                                        "configuracoes",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"config\": {},\n  \"ativo\": \"<boolean>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "db75415d-7905-456b-b4cd-cd025027eaee",
                                                    "name": "Desativar integração de marketplace",
                                                    "request": {
                                                        "name": "Desativar integração de marketplace",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "marketplaces",
                                                                "configuracoes",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "487dbaf5-496e-4149-b811-b396667c418a",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "marketplaces",
                                                                        "configuracoes",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "testar",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "a42796b5-6e43-4714-b4b6-1381b358e62d",
                                                            "name": "Testa conexão com o marketplace",
                                                            "request": {
                                                                "name": "Testa conexão com o marketplace",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "marketplaces",
                                                                        "configuracoes",
                                                                        ":id",
                                                                        "testar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "POST",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "21dfcb68-7af5-43e6-958d-df5415d5814e",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "marketplaces",
                                                                                "configuracoes",
                                                                                ":id",
                                                                                "testar"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "pedidos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e078a088-e130-4691-9db2-6d451ed79554",
                                            "name": "Pedidos recebidos dos marketplaces",
                                            "request": {
                                                "name": "Pedidos recebidos dos marketplaces",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "marketplaces",
                                                        "pedidos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "plataforma",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "pagina",
                                                            "value": "1"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "50"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2167257e-73c0-4aa3-b5a7-247e553852be",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "marketplaces",
                                                                "pedidos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "plataforma",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "status",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "pagina",
                                                                    "value": "1"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "50"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "contador",
                            "description": "",
                            "item": [
                                {
                                    "name": "escritorio",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c1520bdb-150c-4f5e-9686-29475f30bfb6",
                                            "name": "Dados do escritório contábil",
                                            "request": {
                                                "name": "Dados do escritório contábil",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "escritorio"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "cffe4af8-f15c-4d3d-b188-0f6d843053d2",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "escritorio"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "17138f97-2e76-4c86-9dd8-9a99e4a1a855",
                                            "name": "Criar escritório contábil",
                                            "request": {
                                                "name": "Criar escritório contábil",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "escritorio"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"nome_escritorio\": \"<string>\",\n  \"cnpj_escritorio\": \"<string>\",\n  \"crc\": \"<string>\",\n  \"responsavel_nome\": \"<string>\",\n  \"responsavel_email\": \"<email>\",\n  \"responsavel_fone\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c6f1a6a2-e067-4ef0-a4e9-6f1de18daaef",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "escritorio"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"nome_escritorio\": \"<string>\",\n  \"cnpj_escritorio\": \"<string>\",\n  \"crc\": \"<string>\",\n  \"responsavel_nome\": \"<string>\",\n  \"responsavel_email\": \"<email>\",\n  \"responsavel_fone\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "528bf297-9a5a-42af-ae04-586e824aa7a0",
                                            "name": "Atualizar escritório (nome, logo, white-label)",
                                            "request": {
                                                "name": "Atualizar escritório (nome, logo, white-label)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "escritorio"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "PATCH",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "1d5d7909-8fda-4363-bf8e-afcb7177fcd4",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "escritorio"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "dashboard",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5a6b4f44-c15f-4afd-8c45-6f6afb3841f9",
                                            "name": "Dashboard consolidado multi-CNPJ",
                                            "request": {
                                                "name": "Dashboard consolidado multi-CNPJ",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "dashboard"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0c5f3b06-693e-40fb-a575-5dd287766c6c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "dashboard"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "clientes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8c68d2de-6f32-47bb-b76a-0bae0afe6ada",
                                            "name": "Listar CNPJs clientes do escritório",
                                            "request": {
                                                "name": "Listar CNPJs clientes do escritório",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "clientes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of ativo,inativo,pendente_onboarding)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "pendente_onboarding"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "busca",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8741f4ac-acbc-48e9-93c2-9855a2e903ea",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "clientes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of ativo,inativo,pendente_onboarding)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "status",
                                                                    "value": "pendente_onboarding"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "busca",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "3b2d403e-096d-4cc9-974c-7a427e9daa0f",
                                            "name": "Adicionar CNPJ ao escritório",
                                            "request": {
                                                "name": "Adicionar CNPJ ao escritório",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "clientes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"empresa_id\": \"<uuid>\",\n  \"apelido\": \"<string>\",\n  \"data_inicio\": \"<date>\",\n  \"cliente_pode_acessar\": \"<boolean>\",\n  \"cliente_email\": \"<email>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "950dffbb-a067-49df-9f97-ba1f944fd8d2",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "clientes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"empresa_id\": \"<uuid>\",\n  \"apelido\": \"<string>\",\n  \"data_inicio\": \"<date>\",\n  \"cliente_pode_acessar\": \"<boolean>\",\n  \"cliente_email\": \"<email>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c39c3d7a-ae2f-46b0-b131-3ff264cf2568",
                                                    "name": "Atualizar dados/alertas do cliente",
                                                    "request": {
                                                        "name": "Atualizar dados/alertas do cliente",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "clientes",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "PATCH",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6ff885a1-7daa-4264-b314-f957ffdf81ab",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "contador",
                                                                        "clientes",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "3b9a6be9-388e-4183-aee3-ab35f8497dc7",
                                                    "name": "Remover CNPJ do escritório",
                                                    "request": {
                                                        "name": "Remover CNPJ do escritório",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "clientes",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b16cc889-6c1b-4cf3-8ced-316b1af20801",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "contador",
                                                                        "clientes",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "alertas",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7267cc47-8ea4-492f-9d22-f4cd5b1e9ee1",
                                            "name": "Alertas fiscais abertos",
                                            "request": {
                                                "name": "Alertas fiscais abertos",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "alertas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "empresa_id",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of baixa,media,alta,critica)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "prioridade",
                                                            "value": "alta"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e97f4729-703c-4dd4-8658-0c16476b2de1",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "alertas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "empresa_id",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of baixa,media,alta,critica)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "prioridade",
                                                                    "value": "alta"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "14594eb5-fd1b-4324-b5c7-c94f506bfd1b",
                                            "name": "Criar alerta fiscal manual",
                                            "request": {
                                                "name": "Criar alerta fiscal manual",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "alertas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"tipo\": \"<string>\",\n  \"titulo\": \"<string>\",\n  \"empresa_id\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"vencimento\": \"<date>\",\n  \"prioridade\": \"critica\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ef57b25b-85b5-4e3a-ad19-e2a1c9fb7cce",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "alertas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"tipo\": \"<string>\",\n  \"titulo\": \"<string>\",\n  \"empresa_id\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"vencimento\": \"<date>\",\n  \"prioridade\": \"critica\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "resolver",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "b65a0138-2fab-4a4d-9e24-b4d8759b73a1",
                                                            "name": "Marcar alerta como resolvido",
                                                            "request": {
                                                                "name": "Marcar alerta como resolvido",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "contador",
                                                                        "alertas",
                                                                        ":id",
                                                                        "resolver"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "PATCH",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "5b33b6e3-d989-4020-a637-b2bb5fd1ae35",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "contador",
                                                                                "alertas",
                                                                                ":id",
                                                                                "resolver"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "PATCH",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "documentos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6371de3b-8ce2-4f67-8401-b722645618d9",
                                            "name": "Centro de documentos — todos os CNPJs",
                                            "request": {
                                                "name": "Centro de documentos — todos os CNPJs",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "contador",
                                                        "documentos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "empresa_id",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of nfe,nfse,cte)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "tipo",
                                                            "value": "nfse"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "ano",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "mes",
                                                            "value": "<integer>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "pagina",
                                                            "value": "1"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "50"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "132b068e-9629-4a90-b3fc-062acc5ba7bc",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "documentos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "empresa_id",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of nfe,nfse,cte)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "tipo",
                                                                    "value": "nfse"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "ano",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "mes",
                                                                    "value": "<integer>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "pagina",
                                                                    "value": "1"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "50"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "apuracao",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "lote",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c6d87309-eb42-429b-9b4f-28475256a100",
                                                    "name": "Iniciar apuração mensal em lote para todos os CNPJs",
                                                    "request": {
                                                        "name": "Iniciar apuração mensal em lote para todos os CNPJs",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "apuracao",
                                                                "lote"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ano\": \"<integer>\",\n  \"mes\": \"<integer>\",\n  \"empresa_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6279e343-c216-4f92-a244-a9943ce81d8a",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "contador",
                                                                        "apuracao",
                                                                        "lote"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"ano\": \"<integer>\",\n  \"mes\": \"<integer>\",\n  \"empresa_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "df2db8dd-1a27-445f-9e8a-19cc5639bd8c",
                                                    "name": "Histórico de apurações em lote",
                                                    "request": {
                                                        "name": "Histórico de apurações em lote",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "contador",
                                                                "apuracao",
                                                                "lote"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "d6d10259-7650-45e2-881d-6449a063e043",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "contador",
                                                                        "apuracao",
                                                                        "lote"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "b218cb1d-903f-483c-893f-dc2bd83a1925",
                                                            "name": "Status e detalhes de um lote de apuração",
                                                            "request": {
                                                                "name": "Status e detalhes de um lote de apuração",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "contador",
                                                                        "apuracao",
                                                                        "lote",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "b02c48c8-8f81-41c6-a1ba-a6202757aa43",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "contador",
                                                                                "apuracao",
                                                                                "lote",
                                                                                ":id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "simulador",
                            "description": "",
                            "item": [
                                {
                                    "name": "ibs-cbs",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d8839aa8-6de7-484c-808d-a303931b25b2",
                                            "name": "Simula impacto do IBS/CBS (Reforma Tributária LC 214/2025)",
                                            "request": {
                                                "name": "Simula impacto do IBS/CBS (Reforma Tributária LC 214/2025)",
                                                "description": {
                                                    "content": "Calcula IBS e CBS para um valor, comparando com PIS/COFINS atual e projetando até 2033.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "simulador",
                                                        "ibs-cbs"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"valor\": \"<number>\",\n  \"ano\": \"<integer>\",\n  \"servico\": false,\n  \"uf\": \"SP\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "66dbdd9f-8c72-42b3-8f2f-efbd075f36e6",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "simulador",
                                                                "ibs-cbs"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"valor\": \"<number>\",\n  \"ano\": \"<integer>\",\n  \"servico\": false,\n  \"uf\": \"SP\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "lote",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3dc71448-6ed9-46b2-8e18-35436a558798",
                                                    "name": "Simula IBS/CBS para múltiplos valores (lote)",
                                                    "request": {
                                                        "name": "Simula IBS/CBS para múltiplos valores (lote)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "simulador",
                                                                "ibs-cbs",
                                                                "lote"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"itens\": [\n    {\n      \"valor\": \"<number>\",\n      \"descricao\": \"<string>\",\n      \"servico\": false\n    },\n    {\n      \"valor\": \"<number>\",\n      \"descricao\": \"<string>\",\n      \"servico\": false\n    }\n  ],\n  \"ano\": \"<integer>\",\n  \"uf\": \"SP\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ed60d2e3-3e49-43c4-8678-ff9c26bcd4a9",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "simulador",
                                                                        "ibs-cbs",
                                                                        "lote"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"itens\": [\n    {\n      \"valor\": \"<number>\",\n      \"descricao\": \"<string>\",\n      \"servico\": false\n    },\n    {\n      \"valor\": \"<number>\",\n      \"descricao\": \"<string>\",\n      \"servico\": false\n    }\n  ],\n  \"ano\": \"<integer>\",\n  \"uf\": \"SP\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "regime",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d6de8843-6dc9-47dc-98ee-02511367d359",
                                            "name": "Compara regimes tributários (Simples × Presumido × Real)",
                                            "request": {
                                                "name": "Compara regimes tributários (Simples × Presumido × Real)",
                                                "description": {
                                                    "content": "Calcula estimativa de impostos em cada regime para auxiliar no planejamento tributário.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "simulador",
                                                        "regime"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"faturamento_anual\": \"<number>\",\n  \"despesas_dedutiveis\": 0,\n  \"regime_atual\": \"lucro_presumido\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d097ee87-d153-45f6-940b-bad5ed9f0032",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "simulador",
                                                                "regime"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"faturamento_anual\": \"<number>\",\n  \"despesas_dedutiveis\": 0,\n  \"regime_atual\": \"lucro_presumido\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transicao",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2798af73-ddc4-4f18-8289-a092eafa7a43",
                                            "name": "Tabela de transição IBS/CBS 2026-2033",
                                            "request": {
                                                "name": "Tabela de transição IBS/CBS 2026-2033",
                                                "description": {
                                                    "content": "Retorna alíquotas e percentuais de transição para cada ano da reforma.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "simulador",
                                                        "transicao"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "12f40248-2b1c-4044-a6e6-02c642d7e5fb",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "simulador",
                                                                "transicao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "aliquotas",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{ncm}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7db5159e-a6e4-43e9-ad4f-f3580d511a9c",
                                                    "name": "Consulta alíquotas por NCM",
                                                    "request": {
                                                        "name": "Consulta alíquotas por NCM",
                                                        "description": {
                                                            "content": "Retorna alíquotas PIS/COFINS e estimativa IBS/CBS para um NCM específico.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "simulador",
                                                                "aliquotas",
                                                                ":ncm"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "ncm",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Código NCM (8 dígitos)",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f7f7ebc7-38fc-453e-8715-9ead31742562",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "simulador",
                                                                        "aliquotas",
                                                                        ":ncm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Código NCM (8 dígitos)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "ncm"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "audit",
                            "description": "",
                            "item": [
                                {
                                    "name": "pre-emissao",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d1ca74f1-7c11-421b-b2c4-bbf1ee5a46de",
                                            "name": "Analisa payload antes da emissão",
                                            "request": {
                                                "name": "Analisa payload antes da emissão",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "audit",
                                                        "pre-emissao"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"payload\": {},\n  \"tipo_doc\": \"nfe\",\n  \"usar_ia\": true\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "57401e6a-1103-4b9c-9153-f85b7c89643f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "audit",
                                                                "pre-emissao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"payload\": {},\n  \"tipo_doc\": \"nfe\",\n  \"usar_ia\": true\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "pos-emissao",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a95ca191-5382-4f7e-98aa-42eef286bc31",
                                            "name": "Analisa notas emitidas em um período",
                                            "request": {
                                                "name": "Analisa notas emitidas em um período",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "audit",
                                                        "pos-emissao"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"data_inicio\": \"<date>\",\n  \"data_fim\": \"<date>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c6dcb34b-4477-4eb4-a9cb-1987dd8637c8",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "audit",
                                                                "pos-emissao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"data_inicio\": \"<date>\",\n  \"data_fim\": \"<date>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "findings",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "216d70ab-e08b-493b-9da8-93c5c25209f4",
                                            "name": "Lista findings de auditoria",
                                            "request": {
                                                "name": "Lista findings de auditoria",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "audit",
                                                        "findings"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of blocker,critical,warning,info)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "severidade",
                                                            "value": "critical"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "categoria",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "resolvido",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "100"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "7054c00c-d790-47d9-9f72-c1c8bc4e859b",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "audit",
                                                                "findings"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of blocker,critical,warning,info)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "severidade",
                                                                    "value": "critical"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "categoria",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "resolvido",
                                                                    "value": "<boolean>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "100"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "resolver",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "da181f96-e7e9-403e-8ab5-a3cc5d5316d5",
                                                            "name": "Marca finding como resolvido",
                                                            "request": {
                                                                "name": "Marca finding como resolvido",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "audit",
                                                                        "findings",
                                                                        ":id",
                                                                        "resolver"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "PATCH",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "0d910cfd-d654-4328-a091-20bf672ce96c",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "audit",
                                                                                "findings",
                                                                                ":id",
                                                                                "resolver"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "PATCH",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "relatorio",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{ano}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{mes}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "3a629446-5fa0-4e3f-93c4-ce72595812bb",
                                                            "name": "Obtém relatório mensal",
                                                            "request": {
                                                                "name": "Obtém relatório mensal",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "audit",
                                                                        "relatorio",
                                                                        ":ano",
                                                                        ":mes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "2fe39de8-9052-41d5-8126-4d45a6248902",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "audit",
                                                                                "relatorio",
                                                                                ":ano",
                                                                                ":mes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        },
                                                        {
                                                            "id": "8458b9ae-83bc-4422-bb2c-38b5637dfccb",
                                                            "name": "Gera/regera relatório mensal",
                                                            "request": {
                                                                "name": "Gera/regera relatório mensal",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "audit",
                                                                        "relatorio",
                                                                        ":ano",
                                                                        ":mes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "POST",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "a2eb67fe-ccc2-44b6-9744-edb6c08f3c33",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "audit",
                                                                                "relatorio",
                                                                                ":ano",
                                                                                ":mes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "llm",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "status",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "be9f9d2f-2357-4869-8f0d-836adb2e4655",
                                                    "name": "Verifica disponibilidade do Ollama",
                                                    "request": {
                                                        "name": "Verifica disponibilidade do Ollama",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "audit",
                                                                "llm",
                                                                "status"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "06ea44e1-ed14-4947-8031-407f38206df8",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "audit",
                                                                        "llm",
                                                                        "status"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "dashboard",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0de20f51-00d2-4b37-80e2-fb4f6064fe7d",
                                            "name": "Dashboard consolidado",
                                            "request": {
                                                "name": "Dashboard consolidado",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "audit",
                                                        "dashboard"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "300937fa-b015-449d-8515-0bded00bb711",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "audit",
                                                                "dashboard"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "auditoria",
                            "description": "",
                            "item": [
                                {
                                    "name": "pre-emissao",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cdb501ef-0d52-4b26-9fc7-b27bd2e33eef",
                                            "name": "Valida payload de NF-e ANTES de enviar à SEFAZ",
                                            "request": {
                                                "name": "Valida payload de NF-e ANTES de enviar à SEFAZ",
                                                "description": {
                                                    "content": "Roda regras determinísticas + análise IA. Retorna findings com severidade.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auditoria",
                                                        "pre-emissao"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"payload\": {},\n  \"tipo_doc\": \"nfe\",\n  \"usar_ia\": true\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "25bce17a-d638-4a47-9414-56be168df0f7",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auditoria",
                                                                "pre-emissao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"payload\": {},\n  \"tipo_doc\": \"nfe\",\n  \"usar_ia\": true\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "pos-emissao",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7115c0d9-18fb-46ef-9d45-588d011b7b82",
                                            "name": "Analisa notas já autorizadas em um período",
                                            "request": {
                                                "name": "Analisa notas já autorizadas em um período",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auditoria",
                                                        "pos-emissao"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"data_inicio\": \"<date>\",\n  \"data_fim\": \"<date>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "406c2d45-9890-4994-8e74-fbc9abaf50ff",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auditoria",
                                                                "pos-emissao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"data_inicio\": \"<date>\",\n  \"data_fim\": \"<date>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "findings",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "54cdc7d5-5f4a-4c6c-a2c2-30048b3d663f",
                                            "name": "Lista findings de auditoria (não resolvidos por padrão)",
                                            "request": {
                                                "name": "Lista findings de auditoria (não resolvidos por padrão)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auditoria",
                                                        "findings"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of blocker,critical,warning,info)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "severidade",
                                                            "value": "critical"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "categoria",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "resolvido",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of pre_emissao,pos_emissao,mensal)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "momento",
                                                            "value": "pre_emissao"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "100"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "cd66c769-03c8-4f59-be05-d75a42d1a9a0",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auditoria",
                                                                "findings"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of blocker,critical,warning,info)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "severidade",
                                                                    "value": "critical"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "categoria",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "resolvido",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": " (This can only be one of pre_emissao,pos_emissao,mensal)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "momento",
                                                                    "value": "pre_emissao"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limite",
                                                                    "value": "100"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "resolver",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "f12f3022-ce43-49f7-a71d-7f3fbf8ecb7b",
                                                            "name": "Marca finding como resolvido",
                                                            "request": {
                                                                "name": "Marca finding como resolvido",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auditoria",
                                                                        "findings",
                                                                        ":id",
                                                                        "resolver"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"observacao\": \"<string>\",\n  \"acao\": \"falso_positivo\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "1f61fa13-07a0-48e6-9920-64450db7b95d",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "auditoria",
                                                                                "findings",
                                                                                ":id",
                                                                                "resolver"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "PATCH",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"observacao\": \"<string>\",\n  \"acao\": \"falso_positivo\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "relatorio",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{ano}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{mes}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "85682abf-e064-4c60-aa79-6df6f39ea63a",
                                                            "name": "Relatório mensal consolidado de auditoria",
                                                            "request": {
                                                                "name": "Relatório mensal consolidado de auditoria",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "auditoria",
                                                                        "relatorio",
                                                                        ":ano",
                                                                        ":mes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "ano",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "mes",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "1eb8c3de-4f1a-4ddf-a824-0bbfd1b61bf1",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "auditoria",
                                                                                "relatorio",
                                                                                ":ano",
                                                                                ":mes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "ano"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "mes"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "config",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "eaa78b60-948e-4297-988e-22e62ba5a820",
                                            "name": "Status do provedor LLM ativo",
                                            "request": {
                                                "name": "Status do provedor LLM ativo",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auditoria",
                                                        "config"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c647623e-318c-412b-8741-da02182b77cd",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auditoria",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "dashboard",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "67682aaf-1aa0-4338-bffa-058a2717f800",
                                            "name": "Métricas de auditoria da empresa",
                                            "request": {
                                                "name": "Métricas de auditoria da empresa",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "auditoria",
                                                        "dashboard"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d5233d39-07b5-4402-b3f3-f3ca12902cef",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "auditoria",
                                                                "dashboard"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "backup",
                            "description": "",
                            "item": [
                                {
                                    "name": "certificado",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "733fe7d1-4483-441f-91c6-1390e9a719bc",
                                            "name": "Faz upload e cifra o certificado A1 (AES-256-GCM)",
                                            "request": {
                                                "name": "Faz upload e cifra o certificado A1 (AES-256-GCM)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "backup",
                                                        "certificado"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"conteudo_base64\": \"<string>\",\n  \"senha\": \"<string>\",\n  \"nome_arquivo\": \"<string>\",\n  \"validade\": \"<date>\",\n  \"tipo\": \"A1\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "23f5303b-e7b0-4b43-ac46-a522fc2d7efb",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "backup",
                                                                "certificado"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"conteudo_base64\": \"<string>\",\n  \"senha\": \"<string>\",\n  \"nome_arquivo\": \"<string>\",\n  \"validade\": \"<date>\",\n  \"tipo\": \"A1\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "32f60960-98a7-450d-a43c-d39e5fc78c77",
                                            "name": "Lista backups de certificado",
                                            "request": {
                                                "name": "Lista backups de certificado",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "backup",
                                                        "certificado"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5348c577-41a1-45a2-afa4-e47313ad903b",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "backup",
                                                                "certificado"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "restaurar",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "bc21665e-8c4b-42f7-8170-eca8f47dcc59",
                                                            "name": "Restaura certificado (decifra com a senha)",
                                                            "request": {
                                                                "name": "Restaura certificado (decifra com a senha)",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "backup",
                                                                        "certificado",
                                                                        ":id",
                                                                        "restaurar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"senha\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "106e2894-b6a1-414f-998b-a06862bb2093",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "backup",
                                                                                "certificado",
                                                                                ":id",
                                                                                "restaurar"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"senha\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "id": "da099ffd-ddcc-4f6b-8345-4946cab1dd8f",
                                                    "name": "Revoga backup de certificado",
                                                    "request": {
                                                        "name": "Revoga backup de certificado",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "backup",
                                                                "certificado",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "7b5f88af-608f-4336-9ab1-1d049cc7121d",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "backup",
                                                                        "certificado",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "log",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "080bb9be-31e3-4970-9a9c-58e05d1ea20e",
                                                            "name": "Log de acessos ao backup",
                                                            "request": {
                                                                "name": "Log de acessos ao backup",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "backup",
                                                                        "certificado",
                                                                        ":id",
                                                                        "log"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "f6f8cfe6-b690-455f-8836-1992a9386459",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "backup",
                                                                                "certificado",
                                                                                ":id",
                                                                                "log"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "lgpd",
                            "description": "",
                            "item": [
                                {
                                    "name": "dashboard",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7fed601d-5abe-4a61-b271-5ac4f04a78b2",
                                            "name": "Painel DPO — visão geral LGPD",
                                            "request": {
                                                "name": "Painel DPO — visão geral LGPD",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "dashboard"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "269b8bd4-9f92-402f-9435-137d3f99da25",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "dashboard"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "consentimento",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6dddbfd8-7522-4f94-a884-30ea5400c234",
                                            "name": "Registrar consentimento do titular",
                                            "request": {
                                                "name": "Registrar consentimento do titular",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "consentimento"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"titular_email\": \"<email>\",\n  \"finalidade\": \"emissao_fiscal\",\n  \"aceito\": \"<boolean>\",\n  \"titular_nome\": \"<string>\",\n  \"titular_cpf\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"canal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "940fc927-3a06-402a-aae2-9768a1135a6e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "consentimento"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"titular_email\": \"<email>\",\n  \"finalidade\": \"emissao_fiscal\",\n  \"aceito\": \"<boolean>\",\n  \"titular_nome\": \"<string>\",\n  \"titular_cpf\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"canal\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "faeac691-ef4e-43c5-9606-a7d0fd42a40b",
                                            "name": "Revogar consentimento",
                                            "request": {
                                                "name": "Revogar consentimento",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "consentimento"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"titular_email\": \"<string>\",\n  \"finalidade\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2851d1e6-5897-4d44-b13e-8777f47674d3",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "consentimento"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"titular_email\": \"<string>\",\n  \"finalidade\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "consentimentos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2ab96a9d-a396-468f-ac4e-251f9a869e08",
                                            "name": "Listar consentimentos",
                                            "request": {
                                                "name": "Listar consentimentos",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "consentimentos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "titular_email",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "finalidade",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "007827df-845d-4915-b4fc-29b35bc2273c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "consentimentos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "titular_email",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "finalidade",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "solicitacao",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8e4ca35e-8f2e-424b-a99c-28fadeacdb29",
                                            "name": "Criar solicitação do titular (Art. 18 LGPD)",
                                            "request": {
                                                "name": "Criar solicitação do titular (Art. 18 LGPD)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "solicitacao"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"tipo\": \"acesso\",\n  \"titular_email\": \"<email>\",\n  \"titular_nome\": \"<string>\",\n  \"titular_cpf\": \"<string>\",\n  \"descricao\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ce87292b-364e-4e20-98ac-5450aa630b6e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "solicitacao"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"tipo\": \"acesso\",\n  \"titular_email\": \"<email>\",\n  \"titular_nome\": \"<string>\",\n  \"titular_cpf\": \"<string>\",\n  \"descricao\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "solicitacoes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b2f1296e-6561-42b5-976b-46ff19188f48",
                                            "name": "Listar solicitações (DPO)",
                                            "request": {
                                                "name": "Listar solicitações (DPO)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "solicitacoes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "27446e57-aa75-4763-9613-08018a96f9d2",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "solicitacoes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "status",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5707bf7d-7fa8-4814-98ad-f17b37a1e377",
                                                    "name": "Processar solicitação (DPO)",
                                                    "request": {
                                                        "name": "Processar solicitação (DPO)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "solicitacoes",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"status\": \"concluido\",\n  \"resposta\": \"<string>\",\n  \"responsavel\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "93d63c55-6f66-4c2b-839f-c09cff0dfe43",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "lgpd",
                                                                        "solicitacoes",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"status\": \"concluido\",\n  \"resposta\": \"<string>\",\n  \"responsavel\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "exportar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4fbc2e2b-7371-4d69-adab-9af8aa150646",
                                            "name": "Exportar todos os dados de um titular (portabilidade)",
                                            "request": {
                                                "name": "Exportar todos os dados de um titular (portabilidade)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "exportar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"titular\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "69c810dc-675e-46fc-b1c5-4cbce3bbd900",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "exportar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"titular\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "anonimizar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4b44f172-155f-4adf-b09c-2ddb202803c2",
                                            "name": "Anonimizar dados do titular (direito ao esquecimento)",
                                            "request": {
                                                "name": "Anonimizar dados do titular (direito ao esquecimento)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "lgpd",
                                                        "anonimizar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"titular\": \"<string>\",\n  \"solicitacao_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e03bf6f2-64db-4344-baec-5b36401e3e48",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "lgpd",
                                                                "anonimizar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"titular\": \"<string>\",\n  \"solicitacao_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "bpe",
                            "description": "",
                            "item": [
                                {
                                    "name": "emitir",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a0c851cf-3cf2-4bcf-9a3a-b0f1cc4ece95",
                                            "name": "Emitir Bilhete de Passagem Eletrônico (modelo 63)",
                                            "request": {
                                                "name": "Emitir Bilhete de Passagem Eletrônico (modelo 63)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "bpe",
                                                        "emitir"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"ide\": {\n    \"nBP\": \"<integer>\",\n    \"serie\": 1,\n    \"modal\": \"1\",\n    \"tpServ\": \"1\"\n  },\n  \"viagem\": {\n    \"origem\": {},\n    \"destino\": {},\n    \"tipo\": \"3\",\n    \"dhViagem\": \"<dateTime>\",\n    \"poltrona\": \"<string>\"\n  },\n  \"passagem\": {\n    \"valor_total\": \"<number>\",\n    \"valor_tarifa\": \"<number>\",\n    \"desconto\": \"<number>\",\n    \"origem\": {},\n    \"destino\": {}\n  },\n  \"pagamentos\": [\n    {\n      \"forma\": \"<string>\",\n      \"valor\": \"<number>\"\n    },\n    {\n      \"forma\": \"<string>\",\n      \"valor\": \"<number>\"\n    }\n  ],\n  \"passageiro\": {\n    \"nome\": \"<string>\",\n    \"cpf\": \"<string>\",\n    \"email\": \"<string>\",\n    \"telefone\": \"<string>\"\n  },\n  \"impostos\": {\n    \"cst\": \"<string>\",\n    \"aliquota\": \"<number>\",\n    \"vBC\": \"<number>\",\n    \"vICMS\": \"<number>\"\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e4b9ecc2-c7cf-4b6a-ada3-59a1f5d4ed7b",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "bpe",
                                                                "emitir"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ide\": {\n    \"nBP\": \"<integer>\",\n    \"serie\": 1,\n    \"modal\": \"1\",\n    \"tpServ\": \"1\"\n  },\n  \"viagem\": {\n    \"origem\": {},\n    \"destino\": {},\n    \"tipo\": \"3\",\n    \"dhViagem\": \"<dateTime>\",\n    \"poltrona\": \"<string>\"\n  },\n  \"passagem\": {\n    \"valor_total\": \"<number>\",\n    \"valor_tarifa\": \"<number>\",\n    \"desconto\": \"<number>\",\n    \"origem\": {},\n    \"destino\": {}\n  },\n  \"pagamentos\": [\n    {\n      \"forma\": \"<string>\",\n      \"valor\": \"<number>\"\n    },\n    {\n      \"forma\": \"<string>\",\n      \"valor\": \"<number>\"\n    }\n  ],\n  \"passageiro\": {\n    \"nome\": \"<string>\",\n    \"cpf\": \"<string>\",\n    \"email\": \"<string>\",\n    \"telefone\": \"<string>\"\n  },\n  \"impostos\": {\n    \"cst\": \"<string>\",\n    \"aliquota\": \"<number>\",\n    \"vBC\": \"<number>\",\n    \"vICMS\": \"<number>\"\n  }\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "904af025-e647-4e7d-90bd-481fc53d646e",
                                    "name": "Listar BP-es emitidos",
                                    "request": {
                                        "name": "Listar BP-es emitidos",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "bpe"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limite",
                                                    "value": "100"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0adeb5c3-f81c-4c56-978a-0f8ed382061c",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "bpe"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "100"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "38a5fa6e-27c5-4ca8-861a-7aec27c792f3",
                                            "name": "Detalhes de um BP-e",
                                            "request": {
                                                "name": "Detalhes de um BP-e",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "bpe",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ee458097-eb17-43a8-bceb-bd57f2e0a616",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "bpe",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7a08544e-4135-450a-96f5-5d302b0fe293",
                                                    "name": "Cancelar BP-e (evento 110111, até 24h)",
                                                    "request": {
                                                        "name": "Cancelar BP-e (evento 110111, até 24h)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "bpe",
                                                                ":id",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"justificativa\": \"<string>\",\n  \"protocoloAutorizacao\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5644fa53-97eb-4538-8cb0-0fb994bbc1ad",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "bpe",
                                                                        ":id",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"justificativa\": \"<string>\",\n  \"protocoloAutorizacao\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "nao-embarque",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "e7b94bc4-65fe-43d1-8618-a6c2d7ea1205",
                                                    "name": "Registrar não embarque (evento 110115, em até 24h do horário)",
                                                    "request": {
                                                        "name": "Registrar não embarque (evento 110115, em até 24h do horário)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "bpe",
                                                                ":id",
                                                                "nao-embarque"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"motivo\": \"Passageiro não embarcou\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "2c5ac188-6909-46b1-b717-6a8e5e35ac50",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "bpe",
                                                                        ":id",
                                                                        "nao-embarque"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"motivo\": \"Passageiro não embarcou\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "dabpe",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "beaf32c7-d2e9-476c-bc81-9e61b19fddf7",
                                                    "name": "DABPE HTML para impressão térmica",
                                                    "request": {
                                                        "name": "DABPE HTML para impressão térmica",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "bpe",
                                                                ":id",
                                                                "dabpe"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b3f3b0c7-72ed-4fb0-b214-65157027440a",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "bpe",
                                                                        ":id",
                                                                        "dabpe"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b2c05db2-661b-4970-a94b-8a91cd31d1d5",
                                                    "name": "Download do XML autorizado",
                                                    "request": {
                                                        "name": "Download do XML autorizado",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "bpe",
                                                                ":id",
                                                                "xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1d942408-3fa2-467c-b255-21e6efc5575b",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "bpe",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bd4916b0-ad39-42f1-ab7e-aa6ae591824c",
                                            "name": "Pré-visualização (HTML) do BP-e antes de emitir",
                                            "request": {
                                                "name": "Pré-visualização (HTML) do BP-e antes de emitir",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "bpe",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "16bb24b4-6d92-494d-b9e2-aede55283c85",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "bpe",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "nfcom",
                            "description": "",
                            "item": [
                                {
                                    "name": "emitir",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ad41815d-81dd-4f39-90bc-5e7578341d35",
                                            "name": "Emitir NFCom (modelo 62) — ISPs, telecom, TV por assinatura",
                                            "request": {
                                                "name": "Emitir NFCom (modelo 62) — ISPs, telecom, TV por assinatura",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfcom",
                                                        "emitir"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"ide\": {},\n  \"destinatario\": {},\n  \"itens\": \"<array>\",\n  \"pagamentos\": \"<array>\",\n  \"assinante\": {},\n  \"fatura\": {},\n  \"info_adicional\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c6f4305c-23b5-4e04-9842-3cbf38d33a08",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfcom",
                                                                "emitir"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ide\": {},\n  \"destinatario\": {},\n  \"itens\": \"<array>\",\n  \"pagamentos\": \"<array>\",\n  \"assinante\": {},\n  \"fatura\": {},\n  \"info_adicional\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "3853bcef-280f-4f88-abac-30b0119203a1",
                                    "name": "Listar NFComs",
                                    "request": {
                                        "name": "Listar NFComs",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "nfcom"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ac5b4be8-409e-41a5-b465-e03042cea457",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfcom"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "69938f12-7f92-45da-a19d-787aa698b6f2",
                                            "name": "Detalhes da NFCom",
                                            "request": {
                                                "name": "Detalhes da NFCom",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "nfcom",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c796de9f-c545-484b-bb38-e9f38d6c22d7",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfcom",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a0173e4d-070a-4d75-b71e-dc961e5b75ac",
                                                    "name": "Cancelar NFCom (evento 110111)",
                                                    "request": {
                                                        "name": "Cancelar NFCom (evento 110111)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfcom",
                                                                ":id",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "9a38cbe1-a63b-4190-be8f-12d114f83d8e",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfcom",
                                                                        ":id",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b784a674-cda8-483d-b175-57ea6b2c4226",
                                                    "name": "Download XML autorizado",
                                                    "request": {
                                                        "name": "Download XML autorizado",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "nfcom",
                                                                ":id",
                                                                "xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "406f92fd-584c-40ad-ae06-b38be31be60e",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "nfcom",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "pdv",
                            "description": "",
                            "item": [
                                {
                                    "name": "config",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9e3fb54b-6ce3-43fc-9b28-42bda1c617d7",
                                            "name": "Configurações do PDV (para o app carregar)",
                                            "request": {
                                                "name": "Configurações do PDV (para o app carregar)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "pdv",
                                                        "config"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "fe1b97a9-59d3-4ad8-a140-f6aed651ca6c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "caixa",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "abrir",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "9aa6498d-35f5-4106-a53b-3edf0f5c1548",
                                                    "name": "Abrir caixa",
                                                    "request": {
                                                        "name": "Abrir caixa",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "caixa",
                                                                "abrir"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"operador_id\": \"<string>\",\n  \"operador_nome\": \"<string>\",\n  \"valor_abertura\": 0\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "df352ef5-5b65-447d-8375-d89ebb63ed61",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "pdv",
                                                                        "caixa",
                                                                        "abrir"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"operador_id\": \"<string>\",\n  \"operador_nome\": \"<string>\",\n  \"valor_abertura\": 0\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "fechar",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "092e6957-deeb-4744-bac3-439ccb412208",
                                                            "name": "Fechar caixa",
                                                            "request": {
                                                                "name": "Fechar caixa",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "pdv",
                                                                        "caixa",
                                                                        ":id",
                                                                        "fechar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"valor_fechamento\": \"<number>\",\n  \"observacoes\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "da70aa4b-d4db-4355-82d8-4ac3cec9bf62",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "pdv",
                                                                                "caixa",
                                                                                ":id",
                                                                                "fechar"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"valor_fechamento\": \"<number>\",\n  \"observacoes\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "movimento",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "3ada900d-171c-42bc-b3b4-95905d4173e0",
                                                            "name": "Registrar sangria ou suprimento",
                                                            "request": {
                                                                "name": "Registrar sangria ou suprimento",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "pdv",
                                                                        "caixa",
                                                                        ":id",
                                                                        "movimento"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tipo\": \"suprimento\",\n  \"valor\": \"<number>\",\n  \"descricao\": \"<string>\",\n  \"operador_id\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "5ef9cb48-7cba-41c4-9433-1fcceb8ae2cc",
                                                                    "name": "Default Response",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "pdv",
                                                                                "caixa",
                                                                                ":id",
                                                                                "movimento"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"tipo\": \"suprimento\",\n  \"valor\": \"<number>\",\n  \"descricao\": \"<string>\",\n  \"operador_id\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "vendas",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "sincronizar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "200c1bf1-11f0-409e-b410-1985ca7033ef",
                                                    "name": "Sincronizar vendas feitas offline",
                                                    "request": {
                                                        "name": "Sincronizar vendas feitas offline",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "vendas",
                                                                "sincronizar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"vendas\": \"<array>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "c3b335a1-e13f-4ed2-9d27-c2353b722fa1",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "pdv",
                                                                        "vendas",
                                                                        "sincronizar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"vendas\": \"<array>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "id": "9d7ea54c-ec18-4f91-8687-6eb764c57377",
                                            "name": "Listar vendas do PDV",
                                            "request": {
                                                "name": "Listar vendas do PDV",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "pdv",
                                                        "vendas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b91fed92-d30b-4872-b30e-e50c24783311",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "vendas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "produtos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "666511f8-01c8-4987-82ae-dec9024cf864",
                                            "name": "Listar produtos",
                                            "request": {
                                                "name": "Listar produtos",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "pdv",
                                                        "produtos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "busca",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "categoria",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5921301e-7e49-4d5f-b0c0-41c62b3686a6",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "produtos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "busca",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "categoria",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "fd32ab77-deb1-436c-8d1e-e4fb7193b6eb",
                                            "name": "Cadastrar produto",
                                            "request": {
                                                "name": "Cadastrar produto",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "pdv",
                                                        "produtos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"codigo\": \"<string>\",\n  \"nome\": \"<string>\",\n  \"valor_unitario\": \"<number>\",\n  \"codigo_barras\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"unidade\": \"<string>\",\n  \"ncm\": \"<string>\",\n  \"cfop\": \"<string>\",\n  \"categoria\": \"<string>\",\n  \"estoque_atual\": \"<number>\",\n  \"ibscbs_cst\": \"<string>\",\n  \"ibscbs_cclasstrib\": \"<string>\",\n  \"ibscbs_cbenef\": \"<string>\",\n  \"ibscbs_pred_aliq\": \"<number>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ce51de11-100a-46ab-b2b2-2650d0506067",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "produtos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"codigo\": \"<string>\",\n  \"nome\": \"<string>\",\n  \"valor_unitario\": \"<number>\",\n  \"codigo_barras\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"unidade\": \"<string>\",\n  \"ncm\": \"<string>\",\n  \"cfop\": \"<string>\",\n  \"categoria\": \"<string>\",\n  \"estoque_atual\": \"<number>\",\n  \"ibscbs_cst\": \"<string>\",\n  \"ibscbs_cclasstrib\": \"<string>\",\n  \"ibscbs_cbenef\": \"<string>\",\n  \"ibscbs_pred_aliq\": \"<number>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c4999e29-a043-4c3a-ac3a-bc4b147ab5cd",
                                                    "name": "Editar produto",
                                                    "request": {
                                                        "name": "Editar produto",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "produtos",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"codigo\": \"<string>\",\n  \"nome\": \"<string>\",\n  \"valor_unitario\": \"<number>\",\n  \"codigo_barras\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"unidade\": \"<string>\",\n  \"ncm\": \"<string>\",\n  \"cfop\": \"<string>\",\n  \"categoria\": \"<string>\",\n  \"estoque_atual\": \"<number>\",\n  \"ibscbs_cst\": \"<string>\",\n  \"ibscbs_cclasstrib\": \"<string>\",\n  \"ibscbs_cbenef\": \"<string>\",\n  \"ibscbs_pred_aliq\": \"<number>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "4b9f4864-8055-46bf-bdf9-0996c032a6c4",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "pdv",
                                                                        "produtos",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"codigo\": \"<string>\",\n  \"nome\": \"<string>\",\n  \"valor_unitario\": \"<number>\",\n  \"codigo_barras\": \"<string>\",\n  \"descricao\": \"<string>\",\n  \"unidade\": \"<string>\",\n  \"ncm\": \"<string>\",\n  \"cfop\": \"<string>\",\n  \"categoria\": \"<string>\",\n  \"estoque_atual\": \"<number>\",\n  \"ibscbs_cst\": \"<string>\",\n  \"ibscbs_cclasstrib\": \"<string>\",\n  \"ibscbs_cbenef\": \"<string>\",\n  \"ibscbs_pred_aliq\": \"<number>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "5e7df78e-dc97-48f3-ae2b-779e08af61e2",
                                                    "name": "Excluir produto (soft-delete)",
                                                    "request": {
                                                        "name": "Excluir produto (soft-delete)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "produtos",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "690467c6-b974-44dd-9bd0-a4a689413597",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "pdv",
                                                                        "produtos",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "operadores",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ca6d7e7e-7be0-4098-961e-259bb4d72338",
                                            "name": "Listar operadores",
                                            "request": {
                                                "name": "Listar operadores",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "pdv",
                                                        "operadores"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ce8c7ba9-63d5-4a2c-9aa8-73ee21b34092",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "operadores"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "login",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "17535f27-5858-4d4c-9724-6efc64b19bc8",
                                                    "name": "Login rápido do operador por PIN",
                                                    "request": {
                                                        "name": "Login rápido do operador por PIN",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "pdv",
                                                                "operadores",
                                                                "login"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"operador_id\": \"<string>\",\n  \"pin\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "37883884-7724-42c8-aca7-2ddc0c5a9584",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "pdv",
                                                                        "operadores",
                                                                        "login"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"operador_id\": \"<string>\",\n  \"pin\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "mdfe",
                            "description": "",
                            "item": [
                                {
                                    "name": "emitir",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "74f035af-b5c1-4094-8f2a-c1ae8946aeea",
                                            "name": "Emitir Manifesto Eletrônico de Documentos Fiscais (modelo 58)",
                                            "request": {
                                                "name": "Emitir Manifesto Eletrônico de Documentos Fiscais (modelo 58)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "mdfe",
                                                        "emitir"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"ide\": {\n    \"nMDF\": \"<integer>\",\n    \"UFIni\": \"<string>\",\n    \"UFFim\": \"<string>\",\n    \"infMunCarrega\": [\n      {\n        \"cMunCarrega\": \"<string>\",\n        \"xMunCarrega\": \"<string>\"\n      }\n    ],\n    \"serie\": 1,\n    \"modal\": \"1\",\n    \"tpEmit\": \"1\",\n    \"tpTransp\": \"1\",\n    \"tpEmis\": \"1\",\n    \"dhEmi\": \"<string>\",\n    \"dhIniViagem\": \"<string>\",\n    \"infPercurso\": [\n      {\n        \"UFPer\": \"<string>\"\n      },\n      {\n        \"UFPer\": \"<string>\"\n      }\n    ]\n  },\n  \"rodo\": {\n    \"veicTracao\": {\n      \"placa\": \"<string>\",\n      \"UF\": \"<string>\",\n      \"condutor\": {\n        \"xNome\": \"<string>\",\n        \"CPF\": \"<string>\"\n      },\n      \"cInt\": \"1\",\n      \"RENAVAM\": \"<string>\",\n      \"tara\": \"<string>\",\n      \"capKG\": \"<string>\",\n      \"capM3\": \"<string>\",\n      \"tpRod\": \"06\",\n      \"tpCar\": \"01\",\n      \"prop\": {\n        \"CPF\": \"<string>\",\n        \"CNPJ\": \"<string>\",\n        \"RNTRC\": \"<string>\",\n        \"xNome\": \"<string>\",\n        \"IE\": \"<string>\",\n        \"UF\": \"<string>\",\n        \"tpProp\": \"1\"\n      }\n    },\n    \"RNTRC\": \"<string>\",\n    \"infCIOT\": [\n      {\n        \"CIOT\": \"<string>\",\n        \"CPF\": \"<string>\",\n        \"CNPJ\": \"<string>\"\n      },\n      {\n        \"CIOT\": \"<string>\",\n        \"CPF\": \"<string>\",\n        \"CNPJ\": \"<string>\"\n      }\n    ],\n    \"veicReboque\": [\n      {\n        \"placa\": \"<string>\",\n        \"cInt\": \"1\",\n        \"RENAVAM\": \"<string>\",\n        \"tara\": \"<string>\",\n        \"capKG\": \"<string>\",\n        \"capM3\": \"<string>\",\n        \"tpCar\": \"01\",\n        \"UF\": \"<string>\",\n        \"prop\": {\n          \"CPF\": \"<string>\",\n          \"CNPJ\": \"<string>\",\n          \"RNTRC\": \"<string>\",\n          \"xNome\": \"<string>\",\n          \"IE\": \"<string>\",\n          \"UF\": \"<string>\",\n          \"tpProp\": \"2\"\n        }\n      },\n      {\n        \"placa\": \"<string>\",\n        \"cInt\": \"1\",\n        \"RENAVAM\": \"<string>\",\n        \"tara\": \"<string>\",\n        \"capKG\": \"<string>\",\n        \"capM3\": \"<string>\",\n        \"tpCar\": \"01\",\n        \"UF\": \"<string>\",\n        \"prop\": {\n          \"CPF\": \"<string>\",\n          \"CNPJ\": \"<string>\",\n          \"RNTRC\": \"<string>\",\n          \"xNome\": \"<string>\",\n          \"IE\": \"<string>\",\n          \"UF\": \"<string>\",\n          \"tpProp\": \"0\"\n        }\n      }\n    ]\n  },\n  \"infDoc\": {\n    \"infMunDescarga\": [\n      {\n        \"cMunDescarga\": \"<string>\",\n        \"xMunDescarga\": \"<string>\",\n        \"infCTe\": [\n          {\n            \"chCTe\": \"<string>\"\n          },\n          {\n            \"chCTe\": \"<string>\"\n          }\n        ],\n        \"infNFe\": [\n          {\n            \"chNFe\": \"<string>\"\n          },\n          {\n            \"chNFe\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"tot\": {\n    \"vCarga\": \"<number>\",\n    \"qCarga\": \"<number>\",\n    \"cUnid\": \"01\"\n  },\n  \"seg\": {\n    \"respSeg\": \"<string>\",\n    \"CNPJ\": \"<string>\",\n    \"xSeg\": \"<string>\",\n    \"seg_CNPJ\": \"<string>\",\n    \"nApol\": \"<string>\"\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "26a4185b-b0e4-4827-93bc-327bcdb2b9e2",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                "emitir"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ide\": {\n    \"nMDF\": \"<integer>\",\n    \"UFIni\": \"<string>\",\n    \"UFFim\": \"<string>\",\n    \"infMunCarrega\": [\n      {\n        \"cMunCarrega\": \"<string>\",\n        \"xMunCarrega\": \"<string>\"\n      }\n    ],\n    \"serie\": 1,\n    \"modal\": \"1\",\n    \"tpEmit\": \"1\",\n    \"tpTransp\": \"1\",\n    \"tpEmis\": \"1\",\n    \"dhEmi\": \"<string>\",\n    \"dhIniViagem\": \"<string>\",\n    \"infPercurso\": [\n      {\n        \"UFPer\": \"<string>\"\n      },\n      {\n        \"UFPer\": \"<string>\"\n      }\n    ]\n  },\n  \"rodo\": {\n    \"veicTracao\": {\n      \"placa\": \"<string>\",\n      \"UF\": \"<string>\",\n      \"condutor\": {\n        \"xNome\": \"<string>\",\n        \"CPF\": \"<string>\"\n      },\n      \"cInt\": \"1\",\n      \"RENAVAM\": \"<string>\",\n      \"tara\": \"<string>\",\n      \"capKG\": \"<string>\",\n      \"capM3\": \"<string>\",\n      \"tpRod\": \"06\",\n      \"tpCar\": \"01\",\n      \"prop\": {\n        \"CPF\": \"<string>\",\n        \"CNPJ\": \"<string>\",\n        \"RNTRC\": \"<string>\",\n        \"xNome\": \"<string>\",\n        \"IE\": \"<string>\",\n        \"UF\": \"<string>\",\n        \"tpProp\": \"1\"\n      }\n    },\n    \"RNTRC\": \"<string>\",\n    \"infCIOT\": [\n      {\n        \"CIOT\": \"<string>\",\n        \"CPF\": \"<string>\",\n        \"CNPJ\": \"<string>\"\n      },\n      {\n        \"CIOT\": \"<string>\",\n        \"CPF\": \"<string>\",\n        \"CNPJ\": \"<string>\"\n      }\n    ],\n    \"veicReboque\": [\n      {\n        \"placa\": \"<string>\",\n        \"cInt\": \"1\",\n        \"RENAVAM\": \"<string>\",\n        \"tara\": \"<string>\",\n        \"capKG\": \"<string>\",\n        \"capM3\": \"<string>\",\n        \"tpCar\": \"01\",\n        \"UF\": \"<string>\",\n        \"prop\": {\n          \"CPF\": \"<string>\",\n          \"CNPJ\": \"<string>\",\n          \"RNTRC\": \"<string>\",\n          \"xNome\": \"<string>\",\n          \"IE\": \"<string>\",\n          \"UF\": \"<string>\",\n          \"tpProp\": \"2\"\n        }\n      },\n      {\n        \"placa\": \"<string>\",\n        \"cInt\": \"1\",\n        \"RENAVAM\": \"<string>\",\n        \"tara\": \"<string>\",\n        \"capKG\": \"<string>\",\n        \"capM3\": \"<string>\",\n        \"tpCar\": \"01\",\n        \"UF\": \"<string>\",\n        \"prop\": {\n          \"CPF\": \"<string>\",\n          \"CNPJ\": \"<string>\",\n          \"RNTRC\": \"<string>\",\n          \"xNome\": \"<string>\",\n          \"IE\": \"<string>\",\n          \"UF\": \"<string>\",\n          \"tpProp\": \"0\"\n        }\n      }\n    ]\n  },\n  \"infDoc\": {\n    \"infMunDescarga\": [\n      {\n        \"cMunDescarga\": \"<string>\",\n        \"xMunDescarga\": \"<string>\",\n        \"infCTe\": [\n          {\n            \"chCTe\": \"<string>\"\n          },\n          {\n            \"chCTe\": \"<string>\"\n          }\n        ],\n        \"infNFe\": [\n          {\n            \"chNFe\": \"<string>\"\n          },\n          {\n            \"chNFe\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"tot\": {\n    \"vCarga\": \"<number>\",\n    \"qCarga\": \"<number>\",\n    \"cUnid\": \"01\"\n  },\n  \"seg\": {\n    \"respSeg\": \"<string>\",\n    \"CNPJ\": \"<string>\",\n    \"xSeg\": \"<string>\",\n    \"seg_CNPJ\": \"<string>\",\n    \"nApol\": \"<string>\"\n  }\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "percurso",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7d177251-810c-4e22-9cf2-fb523b5d54b2",
                                            "name": "Calcular UFs intermediárias do percurso (origem → destino)",
                                            "request": {
                                                "name": "Calcular UFs intermediárias do percurso (origem → destino)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "mdfe",
                                                        "percurso"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"ufIni\": \"<string>\",\n  \"ufFim\": \"<string>\",\n  \"cMunIni\": \"<string>\",\n  \"cMunFim\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "182082b0-f4c2-4714-86ac-65cdfa74d4ce",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                "percurso"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"ufIni\": \"<string>\",\n  \"ufFim\": \"<string>\",\n  \"cMunIni\": \"<string>\",\n  \"cMunFim\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "a12d69bc-3819-47bf-9f30-e18f98672f58",
                                    "name": "Listar MDF-es emitidos (paginado)",
                                    "request": {
                                        "name": "Listar MDF-es emitidos (paginado)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "mdfe"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "uf_inicio",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "uf_fim",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limite",
                                                    "value": "100"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a48ab3e4-016f-4c78-b653-5e42819aa956",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "mdfe"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "uf_inicio",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "uf_fim",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limite",
                                                            "value": "100"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "be93bd52-4070-424c-9375-eecf0109820e",
                                            "name": "Detalhes de um MDF-e (incluindo documentos referenciados)",
                                            "request": {
                                                "name": "Detalhes de um MDF-e (incluindo documentos referenciados)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "mdfe",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b9c2e635-6c68-4012-ad8e-02938d48dfda",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "39b43c10-41b7-4ec9-b689-ac75abcd6ff0",
                                                    "name": "Cancelar MDF-e (evento 110111, até 24h após autorização)",
                                                    "request": {
                                                        "name": "Cancelar MDF-e (evento 110111, até 24h após autorização)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                ":id",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8b8dee1c-840a-40f0-9627-16b60b64fc65",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "mdfe",
                                                                        ":id",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"justificativa\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "encerrar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "eb2860da-c914-4b67-87f6-bad8fbfdb548",
                                                    "name": "Encerrar MDF-e (evento 110112, ao final da viagem)",
                                                    "request": {
                                                        "name": "Encerrar MDF-e (evento 110112, ao final da viagem)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                ":id",
                                                                "encerrar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"uf\": \"<string>\",\n  \"municipio\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "88ede4a2-cb23-4353-93cc-6e85cba06d2e",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "mdfe",
                                                                        ":id",
                                                                        "encerrar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"uf\": \"<string>\",\n  \"municipio\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "damdfe",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7cfd2911-b745-4bbd-8eac-62d1320f3063",
                                                    "name": "Download do DAMDFE em PDF",
                                                    "request": {
                                                        "name": "Download do DAMDFE em PDF",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                ":id",
                                                                "damdfe"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "775d4922-8f0e-4727-925c-a05cc71ef0fd",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "mdfe",
                                                                        ":id",
                                                                        "damdfe"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "xml",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "ca01aeda-1ec7-4fc1-93a8-c69bb4c963f1",
                                                    "name": "Download do XML autorizado",
                                                    "request": {
                                                        "name": "Download do XML autorizado",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                ":id",
                                                                "xml"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "358088da-b7bd-490c-bda4-ff33d34ccbcc",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "mdfe",
                                                                        ":id",
                                                                        "xml"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "56d87ae9-170d-4102-b925-6e38cce072d2",
                                            "name": "Pré-visualização (PDF) do MDF-e antes de emitir",
                                            "request": {
                                                "name": "Pré-visualização (PDF) do MDF-e antes de emitir",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "mdfe",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e0bafeac-a8ca-47ec-a11a-7b392bae0d9e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "mdfe",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "white-label",
                            "description": "",
                            "item": [
                                {
                                    "name": "tenant",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b1bec19a-e7c0-4b07-9d78-da01b82ac4fd",
                                            "name": "Criar conta de parceiro white-label",
                                            "request": {
                                                "name": "Criar conta de parceiro white-label",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "white-label",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"nome_marca\": \"<string>\",\n  \"subdominio\": \"qrbogr8i3\",\n  \"email_contato\": \"<email>\",\n  \"cnpj\": \"<string>\",\n  \"comissao_pct\": 20\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "92e14985-72fa-442d-9113-8425e903476c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "white-label",
                                                                "tenant"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"nome_marca\": \"<string>\",\n  \"subdominio\": \"qrbogr8i3\",\n  \"email_contato\": \"<email>\",\n  \"cnpj\": \"<string>\",\n  \"comissao_pct\": 20\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "f3ccaa39-a951-4c67-bf95-ec3e970196f0",
                                            "name": "Dados do tenant (se empresa for dona)",
                                            "request": {
                                                "name": "Dados do tenant (se empresa for dona)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "white-label",
                                                        "tenant"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f5fc316b-1175-4980-9931-a3e81dd49d3d",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "white-label",
                                                                "tenant"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5d86d10b-b23e-4d45-96f9-e2d371944391",
                                                    "name": "Atualizar tenant (tema, logo, domínio)",
                                                    "request": {
                                                        "name": "Atualizar tenant (tema, logo, domínio)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "white-label",
                                                                "tenant",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"nome_marca\": \"<string>\",\n  \"email_contato\": \"<email>\",\n  \"configuracao\": {}\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "632ea228-1781-4fbe-874a-b85ae91397c3",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "white-label",
                                                                        "tenant",
                                                                        ":id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PATCH",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"nome_marca\": \"<string>\",\n  \"email_contato\": \"<email>\",\n  \"configuracao\": {}\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "clientes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "10d01ce3-537a-4f75-ba8f-fe32fb778a55",
                                            "name": "Adicionar cliente ao portfolio do tenant",
                                            "request": {
                                                "name": "Adicionar cliente ao portfolio do tenant",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "white-label",
                                                        "clientes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"tenant_id\": \"<uuid>\",\n  \"empresa_cliente_id\": \"<uuid>\",\n  \"plano_slug\": \"<string>\",\n  \"preco_customizado\": \"<number>\",\n  \"observacoes\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c3071d7c-304b-4cbe-b320-0a73ad74136e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "white-label",
                                                                "clientes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"tenant_id\": \"<uuid>\",\n  \"empresa_cliente_id\": \"<uuid>\",\n  \"plano_slug\": \"<string>\",\n  \"preco_customizado\": \"<number>\",\n  \"observacoes\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{tenant_id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "fcc50000-114d-47f6-bc57-bc9d13ed2f5f",
                                                    "name": "Listar clientes do tenant",
                                                    "request": {
                                                        "name": "Listar clientes do tenant",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "white-label",
                                                                "clientes",
                                                                ":tenant_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "tenant_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "3f612246-b8ee-4b62-9300-510e78d82768",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "white-label",
                                                                        "clientes",
                                                                        ":tenant_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "tenant_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "comissoes",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{tenant_id}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{ano}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "name": "{mes}",
                                                            "description": "",
                                                            "item": [
                                                                {
                                                                    "id": "1bb98803-90d0-486a-bd84-0f98d4b4a45e",
                                                                    "name": "Relatório de comissões do tenant",
                                                                    "request": {
                                                                        "name": "Relatório de comissões do tenant",
                                                                        "description": {},
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "white-label",
                                                                                "comissoes",
                                                                                ":tenant_id",
                                                                                ":ano",
                                                                                ":mes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<uuid>",
                                                                                    "key": "tenant_id",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "ano",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<integer>",
                                                                                    "key": "mes",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "method": "GET",
                                                                        "body": {},
                                                                        "auth": null
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "4f4d95f7-de2e-4224-b960-25942272bc66",
                                                                            "name": "Default Response",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "api",
                                                                                        "v1",
                                                                                        "white-label",
                                                                                        "comissoes",
                                                                                        ":tenant_id",
                                                                                        ":ano",
                                                                                        ":mes"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<uuid>",
                                                                                            "key": "tenant_id"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<integer>",
                                                                                            "key": "ano"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<integer>",
                                                                                            "key": "mes"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "GET",
                                                                                "body": {}
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "tema",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{subdominio}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "974baa8c-302a-4b88-b6f6-22bebbae01ed",
                                                    "name": "Obter tema/logo/configs por subdomínio (público)",
                                                    "request": {
                                                        "name": "Obter tema/logo/configs por subdomínio (público)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "white-label",
                                                                "tema",
                                                                ":subdominio"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "subdominio",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8e2ed927-89f9-4fec-aab9-3625848bd1a7",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "white-label",
                                                                        "tema",
                                                                        ":subdominio"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "subdominio"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "faturamento",
                            "description": "",
                            "item": [
                                {
                                    "name": "stripe",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "info",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5c7725ca-2833-44a5-9c9b-ff166c57f62b",
                                                    "name": "Info da conta Stripe configurada",
                                                    "request": {
                                                        "name": "Info da conta Stripe configurada",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "stripe",
                                                                "info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5e0d289e-c6d7-4725-a32a-9889f6bf0ced",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "faturamento",
                                                                        "stripe",
                                                                        "info"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "customer",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f2f77a3b-76b2-4646-b59d-d415f87f2b32",
                                            "name": "Criar/obter customer no Stripe",
                                            "request": {
                                                "name": "Criar/obter customer no Stripe",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "faturamento",
                                                        "customer"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3adb38da-aa81-4c5e-babe-9b257a9320e9",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "customer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "checkout",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c635ba07-fc6b-4110-912c-a6af62d7c90d",
                                            "name": "Criar link de checkout de assinatura (Asaas)",
                                            "request": {
                                                "name": "Criar link de checkout de assinatura (Asaas)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "faturamento",
                                                        "checkout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"plano_slug\": \"<string>\",\n  \"price_id\": \"<string>\",\n  \"success_url\": \"<string>\",\n  \"cancel_url\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "65b8db3f-c8cf-4f8f-80a7-e7ef69f6af0e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "checkout"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"plano_slug\": \"<string>\",\n  \"price_id\": \"<string>\",\n  \"success_url\": \"<string>\",\n  \"cancel_url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "assinatura",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8690e1d1-ec2e-4726-a913-f3a79622bd83",
                                            "name": "Criar assinatura Stripe direto (com SetupIntent no front)",
                                            "request": {
                                                "name": "Criar assinatura Stripe direto (com SetupIntent no front)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "faturamento",
                                                        "assinatura"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"price_id\": \"<string>\",\n  \"trial_days\": 0,\n  \"payment_method_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "13ec3eed-0e0a-408e-ba11-32c36f701d31",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "assinatura"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"price_id\": \"<string>\",\n  \"trial_days\": 0,\n  \"payment_method_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e9c2ad3b-8746-47d1-b37d-7e407540cec4",
                                            "name": "Status da assinatura atual",
                                            "request": {
                                                "name": "Status da assinatura atual",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "faturamento",
                                                        "assinatura"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e382ba61-66ce-4d68-8cd2-abccfbde11b6",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "assinatura"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "cancelar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8c79dbd1-38ea-4b09-8094-c506767681fa",
                                                    "name": "Cancelar assinatura (default: fim do período)",
                                                    "request": {
                                                        "name": "Cancelar assinatura (default: fim do período)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "assinatura",
                                                                "cancelar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"imediato\": false,\n  \"motivo\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "852a51ca-7449-4d21-a05b-14cd6a6df59c",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "faturamento",
                                                                        "assinatura",
                                                                        "cancelar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"imediato\": false,\n  \"motivo\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "trocar-plano",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8e30fbb7-f530-4a59-b7ba-3502e6cf655b",
                                            "name": "Upgrade/downgrade de plano",
                                            "request": {
                                                "name": "Upgrade/downgrade de plano",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "faturamento",
                                                        "trocar-plano"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"plano_slug\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "fe8aae2b-88c4-4e91-9857-807130e63654",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "trocar-plano"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"plano_slug\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "pagamentos",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bed9642f-0057-474e-afb0-e14a7b25b64d",
                                            "name": "Histórico de pagamentos",
                                            "request": {
                                                "name": "Histórico de pagamentos",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "faturamento",
                                                        "pagamentos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "070a0ea7-bd26-4282-acbc-34e0704ba2da",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "faturamento",
                                                                "pagamentos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "conformidade",
                    "description": "",
                    "item": [
                        {
                            "name": "cst",
                            "description": "",
                            "item": [
                                {
                                    "id": "cc4627d6-e9fd-4d64-9c9a-85e39265def4",
                                    "name": "Tabela completa de CSTs IBS/CBS",
                                    "request": {
                                        "name": "Tabela completa de CSTs IBS/CBS",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "conformidade",
                                                "cst"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filtrar por código CST",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "cst",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filtrar por nome",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "nomeCst",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "33bda27f-6387-4033-820d-737cbedf27a3",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "conformidade",
                                                        "cst"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filtrar por código CST",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "cst",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filtrar por nome",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "nomeCst",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{cst}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "validar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "4f5dde18-d154-4b53-8d80-b96959418746",
                                                    "name": "Valida se CST é válido para IBS/CBS",
                                                    "request": {
                                                        "name": "Valida se CST é válido para IBS/CBS",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "conformidade",
                                                                "cst",
                                                                ":cst",
                                                                "validar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "cst",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1ac65972-5024-4101-9e41-fddb92f97340",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "conformidade",
                                                                        "cst",
                                                                        ":cst",
                                                                        "validar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "cst"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "validar-lote",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ceca0574-a7ee-48f5-9620-72d0f7308881",
                                            "name": "Valida lista de CSTs em lote",
                                            "request": {
                                                "name": "Valida lista de CSTs em lote",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "conformidade",
                                                        "cst",
                                                        "validar-lote"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"notas\": [\n    {\n      \"numero\": \"<string>\",\n      \"cst\": \"<string>\"\n    },\n    {\n      \"numero\": \"<string>\",\n      \"cst\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "98748d47-f78a-4cfa-96d6-8603cfa3d1fd",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "conformidade",
                                                                "cst",
                                                                "validar-lote"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"notas\": [\n    {\n      \"numero\": \"<string>\",\n      \"cst\": \"<string>\"\n    },\n    {\n      \"numero\": \"<string>\",\n      \"cst\": \"<string>\"\n    }\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "cache",
                            "description": "",
                            "item": [
                                {
                                    "name": "status",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d69d0571-4377-432c-a78b-5d866ac7f9ba",
                                            "name": "Status do cache de tabelas",
                                            "request": {
                                                "name": "Status do cache de tabelas",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "conformidade",
                                                        "cache",
                                                        "status"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "610750f6-542d-43be-bceb-2274becc860a",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "conformidade",
                                                                "cache",
                                                                "status"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "8c2f7875-abb4-4968-9e9d-1ac45b2c434c",
                                    "name": "Limpa cache das tabelas IBS/CBS",
                                    "request": {
                                        "name": "Limpa cache das tabelas IBS/CBS",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "conformidade",
                                                "cache"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6d7968ad-ad11-481a-bc43-3a2b88e6409b",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "conformidade",
                                                        "cache"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "whatsapp",
                    "description": "",
                    "item": [
                        {
                            "name": "status",
                            "description": "",
                            "item": [
                                {
                                    "id": "1429b87e-c860-4aae-8473-fd9d25600abb",
                                    "name": "Status da conexão WhatsApp",
                                    "request": {
                                        "name": "Status da conexão WhatsApp",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "whatsapp",
                                                "status"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f10ff111-19da-4656-a5b1-9d358f55562c",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "whatsapp",
                                                        "status"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "teste",
                            "description": "",
                            "item": [
                                {
                                    "id": "54ff9cdf-e44a-4baa-a7c3-f10dceeb769a",
                                    "name": "Enviar mensagem de teste",
                                    "request": {
                                        "name": "Enviar mensagem de teste",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "whatsapp",
                                                "teste"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"numero\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1c34838f-a131-483d-82ff-e192aaee89d2",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "whatsapp",
                                                        "teste"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numero\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "alertas",
                            "description": "",
                            "item": [
                                {
                                    "name": "das",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c21436d3-c134-44bf-97ba-c4e4bfa9abbd",
                                            "name": "Alerta DAS vencendo",
                                            "request": {
                                                "name": "Alerta DAS vencendo",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "whatsapp",
                                                        "alertas",
                                                        "das"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"valor\": \"<number>\",\n  \"vencimento\": \"<string>\",\n  \"diasRestantes\": \"<integer>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d2efae1a-f78d-4c14-87ac-155445b813e3",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "whatsapp",
                                                                "alertas",
                                                                "das"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"valor\": \"<number>\",\n  \"vencimento\": \"<string>\",\n  \"diasRestantes\": \"<integer>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "sitfis",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e2e27ea1-1367-4bb3-9da2-97074ad7e230",
                                            "name": "Alerta mudança SITFIS",
                                            "request": {
                                                "name": "Alerta mudança SITFIS",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "whatsapp",
                                                        "alertas",
                                                        "sitfis"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"motivo\": \"<string>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "60060443-33ba-4339-8f38-078ecc3f3775",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "whatsapp",
                                                                "alertas",
                                                                "sitfis"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"motivo\": \"<string>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "auditoria",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e17e879f-0d76-42cd-878d-d6e1841bc7c5",
                                            "name": "Alerta auditoria IA",
                                            "request": {
                                                "name": "Alerta auditoria IA",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "whatsapp",
                                                        "alertas",
                                                        "auditoria"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"totalErros\": \"<integer>\",\n  \"erros\": \"<array>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "bcd72828-7715-4522-9850-953872521c72",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "whatsapp",
                                                                "alertas",
                                                                "auditoria"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"totalErros\": \"<integer>\",\n  \"erros\": \"<array>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "caixa-postal",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e26ca3f0-0a7c-44dc-8860-f588bc16fed8",
                                            "name": "Alerta nova mensagem RFB",
                                            "request": {
                                                "name": "Alerta nova mensagem RFB",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "whatsapp",
                                                        "alertas",
                                                        "caixa-postal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"assunto\": \"<string>\",\n  \"dataHora\": \"<string>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "a6fdc377-0ec2-44b4-b3d7-b4b66de8e62f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "whatsapp",
                                                                "alertas",
                                                                "caixa-postal"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"assunto\": \"<string>\",\n  \"dataHora\": \"<string>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "dctfweb",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "92f72268-3dea-468e-bea7-8237113ac5c1",
                                            "name": "Alerta DCTFWeb pendente",
                                            "request": {
                                                "name": "Alerta DCTFWeb pendente",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "whatsapp",
                                                        "alertas",
                                                        "dctfweb"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"competencia\": \"<string>\",\n  \"prazo\": \"<string>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "39ab4714-d0d4-456e-8312-c08f2ba055fa",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "whatsapp",
                                                                "alertas",
                                                                "dctfweb"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"numero\": \"<string>\",\n  \"empresa\": \"<string>\",\n  \"cnpj\": \"<string>\",\n  \"competencia\": \"<string>\",\n  \"prazo\": \"<string>\",\n  \"linkPortal\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "serpro",
                    "description": "",
                    "item": [
                        {
                            "name": "health",
                            "description": "",
                            "item": [
                                {
                                    "id": "22369135-edc0-4c16-b155-11d2a776efcb",
                                    "name": "Healthcheck Integra Contador",
                                    "request": {
                                        "name": "Healthcheck Integra Contador",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "health"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7cd88ba7-52b6-4caa-806d-6a5ab866e02f",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "health"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "cache",
                            "description": "",
                            "item": [
                                {
                                    "name": "status",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ea420d2a-39e2-409a-824b-3caa66e03a83",
                                            "name": "Status do cache de tokens SERPRO",
                                            "request": {
                                                "name": "Status do cache de tokens SERPRO",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "cache",
                                                        "status"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "cbff3e63-5661-456a-9cd4-bf9f6967ba65",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "cache",
                                                                "status"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "2c34d390-cfe8-4130-a2f1-12503c8e69d7",
                                    "name": "Limpa cache de tokens SERPRO",
                                    "request": {
                                        "name": "Limpa cache de tokens SERPRO",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "cache"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "bf51cf78-ef4a-4cc4-b50d-15ccbc84e9ef",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "cache"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "catalogo",
                            "description": "",
                            "item": [
                                {
                                    "id": "95e53c08-be68-4cfa-81a4-a4eca07e86c4",
                                    "name": "Lista todos os serviços disponíveis",
                                    "request": {
                                        "name": "Lista todos os serviços disponíveis",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "catalogo"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "53559111-582d-47e7-8248-c7cf00163ed9",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "catalogo"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "sitfis",
                            "description": "",
                            "item": [
                                {
                                    "id": "e9344597-00f9-46ae-9d35-9f235e9302b4",
                                    "name": "Consulta Situação Fiscal (SITFIS) completa",
                                    "request": {
                                        "name": "Consulta Situação Fiscal (SITFIS) completa",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "sitfis"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "56e106e0-6851-4e36-b856-9b4534ffd28e",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "sitfis"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "massivo",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "07f85889-a97b-4811-9e3e-0efa43b4caef",
                                            "name": "SITFIS massivo — Portal Contador PRO",
                                            "request": {
                                                "name": "SITFIS massivo — Portal Contador PRO",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "sitfis",
                                                        "massivo"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"empresaIds\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "340dc118-b0e1-43a9-9b5d-4f5b1289b694",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "sitfis",
                                                                "massivo"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"empresaIds\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "pgdas",
                            "description": "",
                            "item": [
                                {
                                    "name": "consultar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c56ce1b3-80a6-45e6-ad0e-c67d64d458f1",
                                            "name": "Consulta extrato DAS",
                                            "request": {
                                                "name": "Consulta extrato DAS",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "pgdas",
                                                        "consultar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"numeroDeclaracao\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "41811260-65d3-469d-8b9c-a7a29719967f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "pgdas",
                                                                "consultar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"numeroDeclaracao\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "declarar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9d18b285-0272-4be6-a387-dbd2787e8b6d",
                                            "name": "Transmite declaração PGDAS-D",
                                            "request": {
                                                "name": "Transmite declaração PGDAS-D",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "pgdas",
                                                        "declarar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pa\": \"<string>\",\n  \"declaracao\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3798923f-aa52-451c-9df7-f88f881d957d",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "pgdas",
                                                                "declarar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pa\": \"<string>\",\n  \"declaracao\": {}\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "declaracoes",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{ano}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "e580daf3-970c-4f34-80f1-a4f223a68519",
                                                    "name": "Lista declarações do ano",
                                                    "request": {
                                                        "name": "Lista declarações do ano",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "pgdas",
                                                                "declaracoes",
                                                                ":ano"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<integer>",
                                                                    "key": "ano",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "c2b30b83-ec6d-4382-a5fb-f16b78e92af3",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "serpro",
                                                                        "pgdas",
                                                                        "declaracoes",
                                                                        ":ano"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<integer>",
                                                                            "key": "ano"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "das",
                            "description": "",
                            "item": [
                                {
                                    "name": "gerar",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "fe4b82cc-aa11-4264-bd9a-5c1aca566158",
                                            "name": "Gera DAS Simples Nacional",
                                            "request": {
                                                "name": "Gera DAS Simples Nacional",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "das",
                                                        "gerar"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"periodoApuracao\": \"<string>\",\n  \"dataConsolidacao\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "61bef5b1-03e8-4e69-a464-2c451280fa37",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "das",
                                                                "gerar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"periodoApuracao\": \"<string>\",\n  \"dataConsolidacao\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "mei",
                            "description": "",
                            "item": [
                                {
                                    "name": "das",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cd7ba5dc-602f-43d9-bef0-256cfcf2a152",
                                            "name": "Gera DAS MEI",
                                            "request": {
                                                "name": "Gera DAS MEI",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "mei",
                                                        "das"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"periodoApuracao\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b7c74178-6793-436c-9774-6c0b43620e2f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "mei",
                                                                "das"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"periodoApuracao\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "ccmei",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dd61fb41-1058-43e7-abab-681f5ddfcb96",
                                            "name": "Emite Certificado MEI (CCMEI)",
                                            "request": {
                                                "name": "Emite Certificado MEI (CCMEI)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "mei",
                                                        "ccmei"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "304007c4-b22e-4838-a329-3334fe656884",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "mei",
                                                                "ccmei"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "dctfweb",
                            "description": "",
                            "item": [
                                {
                                    "name": "guia",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "863735e7-978f-4d4a-bcd6-b8d5a873e79e",
                                            "name": "Gera guia DCTFWeb",
                                            "request": {
                                                "name": "Gera guia DCTFWeb",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "dctfweb",
                                                        "guia"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"categoria\": \"RECLAMATORIA\",\n  \"ano\": \"<integer>\",\n  \"mes\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8489c424-dad9-4604-8629-9d2c029fb4b7",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "dctfweb",
                                                                "guia"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"categoria\": \"RECLAMATORIA\",\n  \"ano\": \"<integer>\",\n  \"mes\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transmitir",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "824b2f55-22a1-4430-a7f5-d7579928e8ae",
                                            "name": "Transmite DCTFWeb",
                                            "request": {
                                                "name": "Transmite DCTFWeb",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "dctfweb",
                                                        "transmitir"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"declaracao\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2922fdb1-59a1-41fa-8aed-77a1adb3133f",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "dctfweb",
                                                                "transmitir"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"declaracao\": {}\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "darf",
                            "description": "",
                            "item": [
                                {
                                    "name": "emitir",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "123f0441-b481-4330-9344-ca23d94386f4",
                                            "name": "Emite DARF via SICALC (multa e juros calculados)",
                                            "request": {
                                                "name": "Emite DARF via SICALC (multa e juros calculados)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "darf",
                                                        "emitir"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"codigoReceita\": \"<string>\",\n  \"periodoApuracao\": \"<string>\",\n  \"vencimento\": \"<string>\",\n  \"dataConsolidacao\": \"<string>\",\n  \"valorImposto\": \"<number>\",\n  \"valorMulta\": \"<number>\",\n  \"valorJuros\": \"<number>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6a19b619-fbcc-41a9-8f46-24ea7747e588",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "darf",
                                                                "emitir"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"codigoReceita\": \"<string>\",\n  \"periodoApuracao\": \"<string>\",\n  \"vencimento\": \"<string>\",\n  \"dataConsolidacao\": \"<string>\",\n  \"valorImposto\": \"<number>\",\n  \"valorMulta\": \"<number>\",\n  \"valorJuros\": \"<number>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "receita",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{codigo}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "cb54cbb7-25bd-4049-9808-c5ed597b4c6e",
                                                    "name": "Consulta características de código de receita",
                                                    "request": {
                                                        "name": "Consulta características de código de receita",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "darf",
                                                                "receita",
                                                                ":codigo"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "codigo",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "0fa799ab-136f-4f95-97b7-c0ec89d8abb7",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "serpro",
                                                                        "darf",
                                                                        "receita",
                                                                        ":codigo"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "codigo"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caixa-postal",
                            "description": "",
                            "item": [
                                {
                                    "id": "9d86abe1-3e8b-4f64-8798-95f3464dae0f",
                                    "name": "Lista mensagens da Caixa Postal RFB",
                                    "request": {
                                        "name": "Lista mensagens da Caixa Postal RFB",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "caixa-postal"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": " (This can only be one of LIDAS,NAOLIDAS,TODAS)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "statusLeitura",
                                                    "value": "TODAS"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "pagina",
                                                    "value": "<integer>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "781db72c-8e21-4419-abed-8e1416e0ca89",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "caixa-postal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": " (This can only be one of LIDAS,NAOLIDAS,TODAS)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "statusLeitura",
                                                            "value": "TODAS"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "pagina",
                                                            "value": "<integer>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{isnMensagem}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "68328085-17e8-4466-9133-e62cb1a3b859",
                                            "name": "Detalha mensagem da Caixa Postal",
                                            "request": {
                                                "name": "Detalha mensagem da Caixa Postal",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "caixa-postal",
                                                        ":isnMensagem"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "isnMensagem",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8533f278-af8c-4629-86d7-9f384813a42e",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "caixa-postal",
                                                                ":isnMensagem"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "isnMensagem"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "novas",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "contar",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "cb11b1f0-fcc8-489f-a94e-c120711e974b",
                                                    "name": "Conta mensagens novas na Caixa Postal RFB",
                                                    "request": {
                                                        "name": "Conta mensagens novas na Caixa Postal RFB",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "caixa-postal",
                                                                "novas",
                                                                "contar"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b610d9f7-3a60-4670-8ec8-d7ae774a22d9",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "serpro",
                                                                        "caixa-postal",
                                                                        "novas",
                                                                        "contar"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "dte",
                            "description": "",
                            "item": [
                                {
                                    "id": "7a9a46d3-d238-4950-8f38-47c1f814a75a",
                                    "name": "Consulta opção DTE do contribuinte",
                                    "request": {
                                        "name": "Consulta opção DTE do contribuinte",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "dte"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d3821a09-95c0-4af8-bfc7-93039bb42468",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "dte"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "procuracoes",
                            "description": "",
                            "item": [
                                {
                                    "id": "ee9889ab-f015-422d-8403-0fcc34b96510",
                                    "name": "Consulta procurações eletrônicas",
                                    "request": {
                                        "name": "Consulta procurações eletrônicas",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "procuracoes"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "cpfOutorgado",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "26d23166-20ed-4514-b98c-6ab8468458e1",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "procuracoes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "cpfOutorgado",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "pagamentos",
                            "description": "",
                            "item": [
                                {
                                    "id": "01c92d4c-7fd8-47b4-99cb-61e3d2e0d88f",
                                    "name": "Consulta comprovantes de pagamento",
                                    "request": {
                                        "name": "Consulta comprovantes de pagamento",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "pagamentos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "dataInicial",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "dataFinal",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "410fb6e5-57cf-413c-9196-b170402bbb59",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "pagamentos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "dataInicial",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "dataFinal",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "processos",
                            "description": "",
                            "item": [
                                {
                                    "id": "f3d1e580-1ff6-4353-b9f8-a21c4beb4164",
                                    "name": "Consulta processos do contribuinte",
                                    "request": {
                                        "name": "Consulta processos do contribuinte",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "api",
                                                "serpro",
                                                "processos"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "671e2513-5c52-429a-930e-786af87f6559",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "serpro",
                                                        "processos"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{numeroProcesso}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "documentos",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "dc5785a7-c5c5-4a95-a786-61a2113cea55",
                                                    "name": "Lista documentos de um processo",
                                                    "request": {
                                                        "name": "Lista documentos de um processo",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "serpro",
                                                                "processos",
                                                                ":numeroProcesso",
                                                                "documentos"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "numeroProcesso",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "0b4ee454-4f8e-4c3d-93a1-5a5980a8c327",
                                                            "name": "Default Response",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "serpro",
                                                                        "processos",
                                                                        ":numeroProcesso",
                                                                        "documentos"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "numeroProcesso"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "health",
            "description": "",
            "item": [
                {
                    "name": "db",
                    "description": "",
                    "item": [
                        {
                            "id": "7bd4a602-8311-4644-b264-3a776c4a96d1",
                            "name": "/health/db",
                            "request": {
                                "name": "/health/db",
                                "description": {},
                                "url": {
                                    "path": [
                                        "health",
                                        "db"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "28f5abf0-2638-4f4d-80be-8b5c882e3444",
                                    "name": "Default Response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "health",
                                                "db"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"status\": \"ok\",\n  \"timestamp\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "redis",
                    "description": "",
                    "item": [
                        {
                            "id": "11f0b4b1-8ef4-4c75-9612-1b304746e3f9",
                            "name": "/health/redis",
                            "request": {
                                "name": "/health/redis",
                                "description": {},
                                "url": {
                                    "path": [
                                        "health",
                                        "redis"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "1c9003f2-0d03-4768-8df0-be373b59f919",
                                    "name": "Default Response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "health",
                                                "redis"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"status\": \"ok\",\n  \"timestamp\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "queue",
                    "description": "",
                    "item": [
                        {
                            "id": "b8339c44-a2a5-42a2-8c14-e2bfa5febb63",
                            "name": "/health/queue",
                            "request": {
                                "name": "/health/queue",
                                "description": {},
                                "url": {
                                    "path": [
                                        "health",
                                        "queue"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "e3d3e848-1729-41cc-8190-ac6e3827642e",
                                    "name": "Default Response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "health",
                                                "queue"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"status\": \"ok\",\n  \"timestamp\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "full",
                    "description": "",
                    "item": [
                        {
                            "id": "60e56a96-f2d2-41ea-a0ed-ba654fa8fc83",
                            "name": "/health/full",
                            "request": {
                                "name": "/health/full",
                                "description": {},
                                "url": {
                                    "path": [
                                        "health",
                                        "full"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "85b0e995-f497-4bf6-8dc8-9caf58714d23",
                                    "name": "Default Response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "health",
                                                "full"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"status\": \"ok\",\n  \"timestamp\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "id": "37f908cd-9bd4-4bc5-a650-7731dc6caf56",
                    "name": "/health",
                    "request": {
                        "name": "/health",
                        "description": {},
                        "url": {
                            "path": [
                                "health"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b6515b29-dc24-4270-baeb-1986a3240269",
                            "name": "Default Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "health"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"status\": \"ok\",\n  \"timestamp\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "railway",
                    "description": "",
                    "item": [
                        {
                            "id": "35e3bf16-e236-412c-857e-9d80725ebb00",
                            "name": "/health/railway",
                            "request": {
                                "name": "/health/railway",
                                "description": {},
                                "url": {
                                    "path": [
                                        "health",
                                        "railway"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "267b7d56-1314-4f7e-835a-50b801058f56",
                                    "name": "Default Response",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "health",
                                                "railway"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"status\": \"ok\",\n  \"timestamp\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "webhooks",
            "description": "",
            "item": [
                {
                    "name": "webhooks",
                    "description": "",
                    "item": [
                        {
                            "name": "hotmart",
                            "description": "",
                            "item": [
                                {
                                    "id": "ee537163-6fe5-4a5f-955a-56b80ba13f56",
                                    "name": "Receptor Hotmart — emite NFS-e em vendas de infoprodutos",
                                    "request": {
                                        "name": "Receptor Hotmart — emite NFS-e em vendas de infoprodutos",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "webhooks",
                                                "webhooks",
                                                "hotmart"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "fbf4e144-a9b5-4205-a063-dd56842b589a",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        "webhooks",
                                                        "hotmart"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "reembolso",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6296864d-ee59-42a0-b52e-028ff3a49d63",
                                            "name": "/webhooks/webhooks/hotmart/reembolso",
                                            "request": {
                                                "name": "/webhooks/webhooks/hotmart/reembolso",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        "webhooks",
                                                        "hotmart",
                                                        "reembolso"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8951a0ce-c52c-4d96-986e-eb6d7aca123c",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "webhooks",
                                                                "webhooks",
                                                                "hotmart",
                                                                "reembolso"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "nuvemshop",
                    "description": "",
                    "item": [
                        {
                            "name": "{empresa_id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "4a7fac7b-d724-459d-8405-1fe09fcd14e1",
                                    "name": "Webhook nuvemshop",
                                    "request": {
                                        "name": "Webhook nuvemshop",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "webhooks",
                                                "nuvemshop",
                                                ":empresa_id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<uuid>",
                                                    "key": "empresa_id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0e6e2182-555e-4291-8be3-d30b1fa2d54f",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        "nuvemshop",
                                                        ":empresa_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<uuid>",
                                                            "key": "empresa_id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "woocommerce",
                    "description": "",
                    "item": [
                        {
                            "name": "{empresa_id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "5e584914-389c-41ca-92cb-0925efd13b41",
                                    "name": "Webhook woocommerce",
                                    "request": {
                                        "name": "Webhook woocommerce",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "webhooks",
                                                "woocommerce",
                                                ":empresa_id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<uuid>",
                                                    "key": "empresa_id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "06f39324-5c90-43af-bca1-7e518dcc9584",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        "woocommerce",
                                                        ":empresa_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<uuid>",
                                                            "key": "empresa_id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "vtex",
                    "description": "",
                    "item": [
                        {
                            "name": "{empresa_id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "a9dd27e0-5bbd-4cf5-9945-f7341740c669",
                                    "name": "Webhook vtex",
                                    "request": {
                                        "name": "Webhook vtex",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "webhooks",
                                                "vtex",
                                                ":empresa_id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<uuid>",
                                                    "key": "empresa_id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "def463b1-287b-40c1-80b5-308b1f596d39",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        "vtex",
                                                        ":empresa_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<uuid>",
                                                            "key": "empresa_id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "shopee",
                    "description": "",
                    "item": [
                        {
                            "name": "{empresa_id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "77b7fe3f-ca8f-4f41-ae4c-9fdbaaf4f832",
                                    "name": "Webhook shopee",
                                    "request": {
                                        "name": "Webhook shopee",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "webhooks",
                                                "shopee",
                                                ":empresa_id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<uuid>",
                                                    "key": "empresa_id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "11408981-ec6a-44d4-be6f-0fafdefe817a",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        "shopee",
                                                        ":empresa_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<uuid>",
                                                            "key": "empresa_id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bling",
                    "description": "",
                    "item": [
                        {
                            "name": "{empresa_id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "d5083cc2-c836-493b-99e4-0f913fdc2b18",
                                    "name": "Webhook bling",
                                    "request": {
                                        "name": "Webhook bling",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "webhooks",
                                                "bling",
                                                ":empresa_id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<uuid>",
                                                    "key": "empresa_id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2ece468f-98b4-4425-bbac-ed67b245ec22",
                                            "name": "Default Response",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        "bling",
                                                        ":empresa_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<uuid>",
                                                            "key": "empresa_id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "{plataforma}",
                    "description": "",
                    "item": [
                        {
                            "name": "{empresa_id}",
                            "description": "",
                            "item": [
                                {
                                    "name": "ping",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "587f68ec-b3e1-4800-886b-396dfbf1ccbb",
                                            "name": "Ping de teste de webhook",
                                            "request": {
                                                "name": "Ping de teste de webhook",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "webhooks",
                                                        ":plataforma",
                                                        ":empresa_id",
                                                        "ping"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "plataforma",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        },
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "empresa_id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f157821e-c9a6-4049-937b-0497152e9644",
                                                    "name": "Default Response",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "webhooks",
                                                                ":plataforma",
                                                                ":empresa_id",
                                                                "ping"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "plataforma"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "empresa_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "statuspage",
            "description": "",
            "item": [
                {
                    "id": "6c8360c0-81e1-4c27-923a-b4f2191f5983",
                    "name": "/statuspage",
                    "request": {
                        "name": "/statuspage",
                        "description": {},
                        "url": {
                            "path": [
                                "statuspage"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "cdb04071-846c-4757-a292-cf919f9d1a4b",
                            "name": "Default Response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "statuspage"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "type": "any",
                "value": "{{bearerToken}}",
                "key": "token"
            }
        ]
    },
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://api.nferapido.com.br"
        }
    ],
    "info": {
        "_postman_id": "781fb738-e802-467b-a901-005fe5cc7a4b",
        "name": "NF-e API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "API completa para emissão de NF-e, NFS-e e CT-e direto na SEFAZ\n\nContact Support:\n Name: NFeRapido\n Email: suporte@nferapido.com.br",
            "type": "text/plain"
        }
    }
}