{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api2.cbrdoc.com.br"
        }
    ],
    "info": {
        "name": "CBRDoc",
        "_postman_id": "90b68f5e-e739-4c49-b060-87fd2256c451",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Login",
            "description": "",
            "item": [
                {
                    "name": "POST login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "login",
                            "query": [],
                            "raw": "{{baseUrl}}\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":null,\"password\":null}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST login\/sso\/{provider}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "login\/sso\/:provider",
                            "query": [],
                            "raw": "{{baseUrl}}\/login\/sso\/:provider",
                            "variable": [
                                {
                                    "id": "provider",
                                    "key": "provider",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"access_token\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST login\/validate-captcha",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "login\/validate-captcha",
                            "query": [],
                            "raw": "{{baseUrl}}\/login\/validate-captcha"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Campos personalizados",
            "description": "",
            "item": [
                {
                    "name": "Listar todos os campos personalizados",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customers\/custom-fields",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: service, service_count, serviceExists, user, user_count, userExists, customer, customer_count, customerExists",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: service_id, user_id, customer_id",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/customers\/custom-fields?include=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Criar um campo personalizado",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customers\/custom-fields",
                            "query": [],
                            "raw": "{{baseUrl}}\/customers\/custom-fields"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":null,\"label\":null,\"type\":null,\"required\":null,\"order\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Editar um campo personalizado",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customers\/custom-fields\/:customerCustomOrderField_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/customers\/custom-fields\/:customerCustomOrderField_id",
                            "variable": [
                                {
                                    "id": "customerCustomOrderField_id",
                                    "key": "customerCustomOrderField_id",
                                    "value": "10",
                                    "description": "The ID of the customerCustomOrderField."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":null,\"label\":null,\"type\":null,\"required\":null,\"order\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir um ou m\u00faltiplos campos personalizados",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customers\/custom-fields\/:customFields",
                            "query": [],
                            "raw": "{{baseUrl}}\/customers\/custom-fields\/:customFields",
                            "variable": [
                                {
                                    "id": "customFields",
                                    "key": "customFields",
                                    "value": "aut",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Carteira (Pr\u00e9 pago)",
            "description": "",
            "item": [
                {
                    "name": "Deposita cr\u00e9ditos na carteira de um cliente pr\u00e9 pago",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "wallets\/deposits",
                            "query": [],
                            "raw": "{{baseUrl}}\/wallets\/deposits"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"payment_method\":null,\"amount\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Calcula o valor do b\u00f4nus para um determinado valor de compra de cr\u00e9ditos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "wallets\/deposits\/bonus-for-value\/:deposit_value",
                            "query": [],
                            "raw": "{{baseUrl}}\/wallets\/deposits\/bonus-for-value\/:deposit_value",
                            "variable": [
                                {
                                    "id": "deposit_value",
                                    "key": "deposit_value",
                                    "value": "100.59",
                                    "description": "Valor do dep\u00f3sito desejado. De 0 a 2 decimais."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Categorias de servi\u00e7os",
            "description": "",
            "item": [
                {
                    "name": "Listar as categorias de servi\u00e7os",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "service-categories",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: services",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: services.is_favorite, services.can_be_monitored",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: name, menu_order",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: services_type",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/service-categories?include=&append=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Cliente",
            "description": "",
            "item": [
                {
                    "name": "Visualizar o cliente logado",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customers",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: orders_count, automatic_ai_analysis, automatic_ai_analysis_count, automatic_ai_analysisExists, services_automatic_purchase_enabled_by_default, services_automatic_purchase_enabled_by_default_count, services_automatic_purchase_enabled_by_defaultExists, services_automatic_ai_analysis, services_automatic_ai_analysis_count, services_automatic_ai_analysisExists, services_automatic_orders_summary, services_automatic_orders_summary_count, services_automatic_orders_summaryExists, services_automatic_purchase_enabled_from_ai_analysis, services_automatic_purchase_enabled_from_ai_analysis_count, services_automatic_purchase_enabled_from_ai_analysisExists, users, users_count, usersExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: account_balance, account_balance_total_bonuses, used_storage, prepaid, total_ai_tokens_used_current_month, ai_tokens_above_limit_this_month",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/customers?include=&append="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Atualiza os dados do cadastro do cliente",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customers",
                            "query": [],
                            "raw": "{{baseUrl}}\/customers"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Compras",
            "description": "",
            "item": [
                {
                    "name": "Cria uma compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases",
                            "query": [],
                            "raw": "{{baseUrl}}\/purchases"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null,\"post_payment\":null,\"groups_ids\":null,\"orders\":[{\"name\":null,\"service_id\":null,\"service_category_id\":null,\"detailed_service_data\":null}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cria um novo item dentro de uma compra existente",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/:purchase_id\/orders",
                            "query": [],
                            "raw": "{{baseUrl}}\/purchases\/:purchase_id\/orders",
                            "variable": [
                                {
                                    "id": "purchase_id",
                                    "key": "purchase_id",
                                    "value": "10",
                                    "description": "The ID of the purchase."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"groups_ids\":null,\"orders\":[{\"name\":null,\"service_id\":null,\"service_category_id\":null,\"detailed_service_data\":null}]}"
                        },
                        "description": "Dispon\u00edvel apenas para clientes p\u00f3s pagos"
                    },
                    "response": []
                },
                {
                    "name": "Visualizar uma compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/:id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: orders, orders_count, ordersExists, orders.ocr, orders.groups, orders.service, first_order, first_order_count, first_orderExists, first_order.service, waiting_invoice_payment, waiting_invoice_payment_count, waiting_invoice_paymentExists, user, user_count, userExists, customer, customer_count, customerExists, quote_appraiser, quote_appraiser_count, quote_appraiserExists, recurrence, recurrence_count, recurrenceExists, orders.service_category",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: orders.ai_service_name, orders_status_count, downloadable_orders_ids, orders_count, orders_expired_count, orders_status_count, last_status_change_at, has_ai_extracted_data, has_ai_analysis_pending, orders.has_ai_extracted_data, orders.has_ai_analysis_pending, originated_from_orders, first_order.ai_service_name, orders.has_ai_extracted_data, orders.has_ai_analysis_pending, downloaded_orders_ids, downloadable_orders_ids_not_downloaded",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/purchases\/:id?include=&append=",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the purchase."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Renomear uma compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/:purchase_id\/name",
                            "query": [],
                            "raw": "{{baseUrl}}\/purchases\/:purchase_id\/name",
                            "variable": [
                                {
                                    "id": "purchase_id",
                                    "key": "purchase_id",
                                    "value": "10",
                                    "description": "The ID of the purchase."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listar as compras",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: orders, orders_count, ordersExists, orders.ocr, orders.groups, orders.service, first_order, first_order_count, first_orderExists, first_order.service, waiting_invoice_payment, waiting_invoice_payment_count, waiting_invoice_paymentExists, user, user_count, userExists, customer, customer_count, customerExists, quote_appraiser, quote_appraiser_count, quote_appraiserExists, recurrence, recurrence_count, recurrenceExists, orders.service_category",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: orders.ai_service_name, orders_status_count, downloadable_orders_ids, orders_count, orders_expired_count, orders_status_count, last_status_change_at, has_ai_extracted_data, has_ai_analysis_pending, orders.has_ai_extracted_data, orders.has_ai_analysis_pending, originated_from_orders, first_order.ai_service_name, orders.has_ai_extracted_data, orders.has_ai_analysis_pending, downloaded_orders_ids, downloadable_orders_ids_not_downloaded",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: id, name, placed_at, type",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: name_or_id_or_register, placed_between, status, orders.service_id, orders.group_id, user_id, recurrence_id, ai, automatic_generated, recurrence_generated",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/purchases?page=1&per-page=10&include=&append=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Aprova\/rejeita um or\u00e7amento de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/:purchase_id\/quote\/:quoteStatus",
                            "query": [],
                            "raw": "{{baseUrl}}\/purchases\/:purchase_id\/quote\/:quoteStatus",
                            "variable": [
                                {
                                    "id": "purchase_id",
                                    "key": "purchase_id",
                                    "value": "10",
                                    "description": "The ID of the purchase."
                                },
                                {
                                    "id": "quoteStatus",
                                    "key": "quoteStatus",
                                    "value": "",
                                    "description": "Must be one of:<ul style=\"list-style-type: square;\"><li><code>approve<\/code><\/li><li><code>reject<\/code><\/li><\/ul>"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "Dispon\u00edvel apenas para clientes p\u00f3s pagos"
                    },
                    "response": []
                },
                {
                    "name": "Faz download (.zip) dos arquivos de uma ou m\u00faltiplas compras.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/:purchases\/download",
                            "query": [
                                {
                                    "key": "groupBy",
                                    "value": "register",
                                    "description": " Indica se arquivos .zip devem criar a estrutura baseada na compra ou no registro do item da compra.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/purchases\/:purchases\/download?groupBy=register",
                            "variable": [
                                {
                                    "id": "purchases",
                                    "key": "purchases",
                                    "value": "123%2C456%2C789",
                                    "description": "Ids das compras desejadas."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Faz download do relat\u00f3rio de uma ou m\u00faltiplas compras.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/:ids\/report\/:format",
                            "query": [
                                {
                                    "key": "oneResultPerRow",
                                    "value": "1",
                                    "description": " Indica se cada resultado encontrado para uma pesquisa deve ser mostrado em uma linha diferente.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/purchases\/:ids\/report\/:format?oneResultPerRow=1",
                            "variable": [
                                {
                                    "id": "ids",
                                    "key": "ids",
                                    "value": "123%2C456%2C789",
                                    "description": "Ids das compras desejadas."
                                },
                                {
                                    "id": "format",
                                    "key": "format",
                                    "value": "",
                                    "description": "Must be one of:<ul style=\"list-style-type: square;\"><li><code>xlsx<\/code><\/li><li><code>csv<\/code><\/li><li><code>json<\/code><\/li><\/ul>"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Calcula o pre\u00e7o e prazo de entrega da compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/prices-shipping-info",
                            "query": [],
                            "raw": "{{baseUrl}}\/purchases\/prices-shipping-info"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"orders\":[{\"service_id\":null,\"service_category_id\":null,\"detailed_service_data\":null}]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Configura\u00e7\u00f5es de documentos",
            "description": "",
            "item": [
                {
                    "name": "Definir compra autom\u00e1tica de certid\u00f5es a partir de resultado de pesquisa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "automations\/automatic-purchases",
                            "query": [],
                            "raw": "{{baseUrl}}\/automations\/automatic-purchases"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Definir compra autom\u00e1tica de certid\u00f5es a partir de resultado de pesquisa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "automations\/automatic-ai-analysis",
                            "query": [],
                            "raw": "{{baseUrl}}\/automations\/automatic-ai-analysis"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"automatic_analysis_enabled\":[{\"service_id\":null,\"ai_model_id\":null}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Definir gera\u00e7\u00e3o autom\u00e1tica da ficha do pedido",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "automations\/automatic-orders-summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/automations\/automatic-orders-summary"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"services_ids_automatic_order_summary\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Definir compra autom\u00e1tica de certid\u00f5es a partir de resultado de pesquisa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "automations\/automatic-purchases-from-ai-analysis",
                            "query": [],
                            "raw": "{{baseUrl}}\/automations\/automatic-purchases-from-ai-analysis"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"automatic_purchase_from_ai_analysis_enabled\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listar os Prazos de vencimento de documento",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customer-service-expirations",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: customer, customer_count, customerExists, service, service_count, serviceExists",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: service_id",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/customer-service-expirations?page=1&per-page=10&include=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Criar um modelo de prazo de vencimento de documento",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customer-service-expirations",
                            "query": [],
                            "raw": "{{baseUrl}}\/customer-service-expirations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"service_id\":null,\"expiration_days\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Alterar um modelo de prazo de vencimento de documento",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customer-service-expirations\/:customerServiceExpiration_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/customer-service-expirations\/:customerServiceExpiration_id",
                            "variable": [
                                {
                                    "id": "customerServiceExpiration_id",
                                    "key": "customerServiceExpiration_id",
                                    "value": "10",
                                    "description": "The ID of the customerServiceExpiration."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"service_id\":null,\"expiration_days\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir um modelo de prazo de vencimento de documento",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "customer-service-expirations\/:customerServiceExpiration_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/customer-service-expirations\/:customerServiceExpiration_id",
                            "variable": [
                                {
                                    "id": "customerServiceExpiration_id",
                                    "key": "customerServiceExpiration_id",
                                    "value": "10",
                                    "description": "The ID of the customerServiceExpiration."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Contato",
            "description": "",
            "item": [
                {
                    "name": "Envia um email, para o suporte, com solicita\u00e7\u00e3o de ajuda",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "contacts\/help",
                            "query": [],
                            "raw": "{{baseUrl}}\/contacts\/help"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"subject\":null,\"body\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Faturas (Pr\u00e9 pago)",
            "description": "",
            "item": [
                {
                    "name": "Visualizar uma fatura pelo ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "invoices\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/invoices\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listar as faturas da conta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "invoices\/by-period\/:year\/:month",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: purchase, purchase_count, purchaseExists, purchase.orders, user, user_count, userExists",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: purchase.name, operation, amount, purchase.backoffice_code, user.name",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: operation, purchase_name_or_id, ids",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/invoices\/by-period\/:year\/:month?page=1&per-page=10&include=&sort=&filter=",
                            "variable": [
                                {
                                    "id": "year",
                                    "key": "year",
                                    "value": "2023",
                                    "description": ""
                                },
                                {
                                    "id": "month",
                                    "key": "month",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado por padr\u00e3o"
                    },
                    "response": []
                },
                {
                    "name": "Listar estat\u00edsticas das faturas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "invoices\/by-period\/:year\/:month\/stats",
                            "query": [
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: approved_only",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/invoices\/by-period\/:year\/:month\/stats?filter=",
                            "variable": [
                                {
                                    "id": "year",
                                    "key": "year",
                                    "value": "2023",
                                    "description": ""
                                },
                                {
                                    "id": "month",
                                    "key": "month",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Faturas (P\u00f3s pago)",
            "description": "",
            "item": [
                {
                    "name": "Listar as faturas da conta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "invoice-postpaids\/:year\/:month",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: order, order_count, orderExists, order.user, customer, customer_count, customerExists",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: order.name, order.backoffice_code, fiscal_amount, debit_amount",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: order_name_or_id, ids",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/invoice-postpaids\/:year\/:month?page=1&per-page=10&include=&sort=&filter=",
                            "variable": [
                                {
                                    "id": "year",
                                    "key": "year",
                                    "value": "2023",
                                    "description": ""
                                },
                                {
                                    "id": "month",
                                    "key": "month",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Listar estat\u00edsticas das faturas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "invoice-postpaids\/:year\/:month\/stats",
                            "query": [],
                            "raw": "{{baseUrl}}\/invoice-postpaids\/:year\/:month\/stats",
                            "variable": [
                                {
                                    "id": "year",
                                    "key": "year",
                                    "value": "2023",
                                    "description": ""
                                },
                                {
                                    "id": "month",
                                    "key": "month",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Grupos",
            "description": "",
            "item": [
                {
                    "name": "Listar os grupos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "groups",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/groups?page=1&per-page=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Criar um ou m\u00faltiplos grupos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/groups"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"groups\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Alterar um grupo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "groups\/:group_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/groups\/:group_id",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "10",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir um grupo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "groups\/:group_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/groups\/:group_id",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "10",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Grupos de permiss\u00f5es",
            "description": "",
            "item": [
                {
                    "name": "Listar os grupos de permiss\u00f5es",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "permission-groups",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: permissions",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: name, order",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/permission-groups?include=&sort="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "IA",
            "description": "",
            "item": [
                {
                    "name": "Listar os modelos de IA dispon\u00edveis para o cliente",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/models",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: service, service_count, serviceExists, service.category1, service.category2, customer, customer_count, customerExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: questions, extracted_fields",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: id, name",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: name_or_id, visibility, service_id",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/ai\/models?page=1&per-page=10&include=&append=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Visualizar um modelo de IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/models\/:id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: service, service_count, serviceExists, customer, customer_count, customerExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: questions",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/ai\/models\/:id?include=&append=",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the model."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Criar um modelo personalizado de IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/models",
                            "query": [],
                            "raw": "{{baseUrl}}\/ai\/models"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null,\"allow_multiple_files_to_be_joined\":null,\"questions\":[{\"question_to_send_to_ai\":null,\"label_show_user\":null}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Altera um modelo personalizado de IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/models\/:aiModel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/ai\/models\/:aiModel_id",
                            "variable": [
                                {
                                    "id": "aiModel_id",
                                    "key": "aiModel_id",
                                    "value": "10",
                                    "description": "The ID of the aiModel."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null,\"allow_multiple_files_to_be_joined\":null,\"questions\":[{\"question_to_send_to_ai\":null,\"label_show_user\":null}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir um modelo de IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/models\/:aiModels",
                            "query": [],
                            "raw": "{{baseUrl}}\/ai\/models\/:aiModels",
                            "variable": [
                                {
                                    "id": "aiModels",
                                    "key": "aiModels",
                                    "value": "laborum",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna os dados de uma conversa com a IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/conversations\/:aiConversation_id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: first_message, first_message_count, first_messageExists, messages_count",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: files_count",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/ai\/conversations\/:aiConversation_id?include=&append=",
                            "variable": [
                                {
                                    "id": "aiConversation_id",
                                    "key": "aiConversation_id",
                                    "value": "10",
                                    "description": "The ID of the aiConversation."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listar as conversas de IA iniciadas pelo usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/conversations",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: first_message, first_message_count, first_messageExists, messages_count",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: files_count",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: id, name, created_at",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/ai\/conversations?page=1&per-page=10&include=&append=&sort="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Inicia uma nova conversa com a IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/conversations",
                            "query": [],
                            "raw": "{{baseUrl}}\/ai\/conversations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Adiciona uma mensagem em uma conversa existente com a IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/conversations\/:aiConversation_id\/messages",
                            "query": [],
                            "raw": "{{baseUrl}}\/ai\/conversations\/:aiConversation_id\/messages",
                            "variable": [
                                {
                                    "id": "aiConversation_id",
                                    "key": "aiConversation_id",
                                    "value": "10",
                                    "description": "The ID of the aiConversation."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Adiciona uma mensagem em uma conversa existente com a IA",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/conversations\/:aiConversation_id\/messages",
                            "query": [],
                            "raw": "{{baseUrl}}\/ai\/conversations\/:aiConversation_id\/messages",
                            "variable": [
                                {
                                    "id": "aiConversation_id",
                                    "key": "aiConversation_id",
                                    "value": "10",
                                    "description": "The ID of the aiConversation."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Faz upload de um arquivo para ser usado em uma mensagem da conversa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ai\/conversations\/files",
                            "query": [],
                            "raw": "{{baseUrl}}\/ai\/conversations\/files"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "files",
                                    "value": "",
                                    "type": "text",
                                    "description": "O campo value n\u00e3o pode ser superior a  71680 caracteres."
                                }
                            ]
                        },
                        "description": "Os ID's dos arquivos s\u00e3o retornados na mesma ordem de envio"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Itens de compra",
            "description": "",
            "item": [
                {
                    "name": "Listar os itens de compras",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: groups, groups_count, groupsExists, purchase, purchase_count, purchaseExists, service, service_count, serviceExists, user, user_count, userExists, customer, customer_count, customerExists, service_category, service_category_count, service_categoryExists, explorer_item, explorer_item_count, explorer_itemExists, explorer_item.groups, explorer_item.ai_question_history, purchase.waiting_invoice_payment, purchase.recurrence, ocr, ocr_count, ocrExists, ocr.pages, active_challenge, active_challenge_count, active_challengeExists, challenges, challenges_count, challengesExists, originated_from, originated_from_count, originated_fromExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: ai_service_name, refundable, explorer_item.file, has_ai_extracted_data, has_ai_analysis_pending, explorer_item_id, ai_service_name, refundable, refundable_value, purchase.downloadable_orders_ids, place_order_default_values, is_expired, can_be_downloaded, explorer_item.ai_enrich_data_available, explorer_item.depends_on_ocr_to_request_ai, previous_order_id_same_purchase, next_order_id_same_purchase, purchase.orders_count, index_in_purchase, can_accept_additional_information, times_downloaded, explorer_item.ai_data, is_summary_extraction_queued, is_get_ai_answers_queued, originated_from_backoffice_code, explorer_item.ai_model_name",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: id, name, placed_at, type",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: id, register, result, name_or_id_or_register, placed_between, valid_until_between, status, service_id, group_id, user_id, purchase.recurrence_id, ai, purchase_id, ocr_content, expired, has_active_challenge, recurrence_generated, has_extracted_summary, originated_from_id, person_document",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/orders?page=1&per-page=10&include=&append=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Visualizar um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: groups, groups_count, groupsExists, purchase, purchase_count, purchaseExists, service, service_count, serviceExists, user, user_count, userExists, customer, customer_count, customerExists, service_category, service_category_count, service_categoryExists, explorer_item, explorer_item_count, explorer_itemExists, explorer_item.groups, explorer_item.ai_question_history, purchase.waiting_invoice_payment, purchase.recurrence, ocr, ocr_count, ocrExists, ocr.pages, active_challenge, active_challenge_count, active_challengeExists, challenges, challenges_count, challengesExists, originated_from, originated_from_count, originated_fromExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: ai_service_name, refundable, explorer_item.file, has_ai_extracted_data, has_ai_analysis_pending, explorer_item_id, ai_service_name, refundable, refundable_value, purchase.downloadable_orders_ids, place_order_default_values, is_expired, can_be_downloaded, explorer_item.ai_enrich_data_available, explorer_item.depends_on_ocr_to_request_ai, previous_order_id_same_purchase, next_order_id_same_purchase, purchase.orders_count, index_in_purchase, can_accept_additional_information, times_downloaded, explorer_item.ai_data, is_summary_extraction_queued, is_get_ai_answers_queued, originated_from_backoffice_code, explorer_item.ai_model_name",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: id, register, result, name_or_id_or_register, placed_between, valid_until_between, status, service_id, group_id, user_id, purchase.recurrence_id, ai, purchase_id, ocr_content, expired, has_active_challenge, recurrence_generated, has_extracted_summary, originated_from_id, person_document",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/orders\/:id?include=&append=&filter=",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Renomear um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/name",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/name",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cancelar um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/cancel",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Associa grupos a um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/groups",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Altera as anota\u00e7\u00f5es de um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/annotation",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/annotation",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"annotations\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cancelar um item de uma compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/refund",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/refund",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Compartilha um item de compra para ser acessado por uma pessoa que n\u00e3o possui um usu\u00e1rio na plataforma",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/share",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/share",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"via\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Visualiza um item de compra compartilhado",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/shared\/:token",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/shared\/:token",
                            "variable": [
                                {
                                    "id": "token",
                                    "key": "token",
                                    "value": "00xGuH88g182Q3efZdBrblBzdF2xNeBmAV",
                                    "description": "O token de compartilhamento"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Faz download dos arquivos de um (.pdf) ou m\u00faltiplos itens de compra (.zip).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:ids\/download",
                            "query": [
                                {
                                    "key": "groupBy",
                                    "value": "purchase",
                                    "description": " Indica se arquivos .zip devem criar a estrutura baseada na compra ou no registro do item da compra.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/orders\/:ids\/download?groupBy=purchase",
                            "variable": [
                                {
                                    "id": "ids",
                                    "key": "ids",
                                    "value": "123%2C456%2C789",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reporta um problema, relacionado a este item de compra, por email para nossa equipe",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/problem",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/problem",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Adicionar informa\u00e7\u00f5es adicionais a um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/additional-information",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/additional-information",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":null,\"files\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Faz upload de um arquivo tempor\u00e1rio para ser usado posteriormente em um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/temp-file",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/temp-file"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "files",
                                    "value": "",
                                    "type": "text",
                                    "description": "O campo value n\u00e3o pode ser superior a  70000 caracteres."
                                }
                            ]
                        },
                        "description": "Os caminhos dos arquivos s\u00e3o retornados na mesma ordem de envio"
                    },
                    "response": []
                },
                {
                    "name": "Alterar a data de validade de um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/valid-until",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/valid-until",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Visualizar os detalhes do progresso de um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/detailed-progress",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/detailed-progress",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listar os links dos arquivos anexados ao pedido",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/attached-files",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/attached-files",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Extrai a ficha do item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/summary",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna o item de compra mais recente com os mesmos dados enviados para verificar se j\u00e1 existe um item similar",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/similar",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/similar"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"service_id\":null,\"service_category_id\":null,\"detailed_service_data\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna os pedidos similares",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/similars",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/similars"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"detailed_services_data\":[{\"detailed_service_data\":null,\"service_id\":null,\"service_category_id\":null}]}"
                        },
                        "description": "Retorna um array de objetos, na mesma ordem, com o campo most_recent_similar_order, dos itens enviados no payload, indicando se existem pedidos similares"
                    },
                    "response": []
                },
                {
                    "name": "Visualizar o hist\u00f3rico detalhado de um item de compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "orders\/:order_id\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/orders\/:order_id\/history",
                            "variable": [
                                {
                                    "id": "order_id",
                                    "key": "order_id",
                                    "value": "10",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Associa grupos a todos os itens de uma compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "purchases\/:purchase_id\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/purchases\/:purchase_id\/groups",
                            "variable": [
                                {
                                    "id": "purchase_id",
                                    "key": "purchase_id",
                                    "value": "10",
                                    "description": "The ID of the purchase."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Meus arquivos",
            "description": "",
            "item": [
                {
                    "name": "Lista os itens de meus arquivos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: order, order_count, orderExists, owner, owner_count, ownerExists, customer, customer_count, customerExists, order.service, service, service_count, serviceExists, groups, groups_count, groupsExists, children, children_count, childrenExists, children.service, children.owner, parent, parent_count, parentExists, ocr, ocr_count, ocrExists, ocr.pages",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: file, breadcrumb, ai_data, ai_model_name, ai_enrich_data_available, depends_on_ocr_to_request_ai",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: id, created_at, last_operation_at, name, type",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: type, owner_id, name, exact_name, created_between, group_id, ai, service_id, parent_id",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/explorer?page=1&per-page=10&include=&append=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Visualizar um item dos meus arquivos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: order, order_count, orderExists, owner, owner_count, ownerExists, customer, customer_count, customerExists, order.service, service, service_count, serviceExists, groups, groups_count, groupsExists, children, children_count, childrenExists, children.service, children.owner, parent, parent_count, parentExists, ocr, ocr_count, ocrExists, ocr.pages",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: file, breadcrumb, ai_data, ai_model_name, ai_enrich_data_available, depends_on_ocr_to_request_ai",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/explorer\/:id?include=&append=",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the explorer."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Associa grupos a um item de meus arquivos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:explorerItem_id\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/:explorerItem_id\/groups",
                            "variable": [
                                {
                                    "id": "explorerItem_id",
                                    "key": "explorerItem_id",
                                    "value": "10",
                                    "description": "The ID of the explorerItem."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Altera o servi\u00e7o de um item de meus arquivos. Somente para itens do tipo upload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:explorerItem_id\/service",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/:explorerItem_id\/service",
                            "variable": [
                                {
                                    "id": "explorerItem_id",
                                    "key": "explorerItem_id",
                                    "value": "10",
                                    "description": "The ID of the explorerItem."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Renomear um item dos meus arquivos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:explorerItem_id\/name",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/:explorerItem_id\/name",
                            "variable": [
                                {
                                    "id": "explorerItem_id",
                                    "key": "explorerItem_id",
                                    "value": "10",
                                    "description": "The ID of the explorerItem."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir um item de meus arquivos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:explorerItem_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/:explorerItem_id",
                            "variable": [
                                {
                                    "id": "explorerItem_id",
                                    "key": "explorerItem_id",
                                    "value": "10",
                                    "description": "The ID of the explorerItem."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Move um ou m\u00faltiplos itens de meus arquivos para dentro de uma pasta ou para a ra\u00edz",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:ids\/parent\/root",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/:ids\/parent\/root",
                            "variable": [
                                {
                                    "id": "ids",
                                    "key": "ids",
                                    "value": "123%2C456%2C789",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Move um ou m\u00faltiplos itens de meus arquivos para dentro de uma pasta ou para a ra\u00edz",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:ids\/parent\/:parent_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/:ids\/parent\/:parent_id",
                            "variable": [
                                {
                                    "id": "ids",
                                    "key": "ids",
                                    "value": "123%2C456%2C789",
                                    "description": ""
                                },
                                {
                                    "id": "parent_id",
                                    "key": "parent_id",
                                    "value": "10",
                                    "description": "The ID of the parent."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cria uma pasta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:type",
                            "query": [
                                {
                                    "key": "type",
                                    "value": "folder",
                                    "description": " Valor fixo: folder",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/explorer\/:type?type=folder",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "",
                                    "description": "Valor fixo: folder"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Faz download dos arquivos de um ou m\u00faltiplos itens de de meus arquivos (.zip).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:ids\/download",
                            "query": [
                                {
                                    "key": "groupBy",
                                    "value": "purchase",
                                    "description": " Indica se arquivos .zip devem criar a estrutura baseada nos diret\u00f3rios, compra ou no registro do item da compra.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/explorer\/:ids\/download?groupBy=purchase",
                            "variable": [
                                {
                                    "id": "ids",
                                    "key": "ids",
                                    "value": "123%2C456%2C789",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Faz upload de arquivos para \"Meus Arquivos\"",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/upload",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "files",
                                    "value": "",
                                    "type": "text",
                                    "description": "O campo value n\u00e3o pode ser superior a  71680 caracteres."
                                },
                                {
                                    "key": "groups_ids",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Busca as respostas de IA para um item de meus arquivos usando um modelo espec\u00edfico.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "explorer\/:explorerItem_id\/ai\/models\/:aiModelFromCustomerOrPublic\/answers",
                            "query": [],
                            "raw": "{{baseUrl}}\/explorer\/:explorerItem_id\/ai\/models\/:aiModelFromCustomerOrPublic\/answers",
                            "variable": [
                                {
                                    "id": "explorerItem_id",
                                    "key": "explorerItem_id",
                                    "value": "10",
                                    "description": "The ID of the explorerItem."
                                },
                                {
                                    "id": "aiModelFromCustomerOrPublic",
                                    "key": "aiModelFromCustomerOrPublic",
                                    "value": "dolor",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Assincrono"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Notifica\u00e7\u00f5es",
            "description": "",
            "item": [
                {
                    "name": "Listar as notifica\u00e7\u00f5es do usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "notifications",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: created_at",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: read, type",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/notifications?page=1&per-page=10&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Marca todas as notifica\u00e7\u00f5es do usu\u00e1rio como lidas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "notifications\/all\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/notifications\/all\/read"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Marca todas as notifica\u00e7\u00f5es do usu\u00e1rio como n\u00e3o lidas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "notifications\/all\/unread",
                            "query": [],
                            "raw": "{{baseUrl}}\/notifications\/all\/unread"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Marca notifica\u00e7oes do usu\u00e1rio como lidas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "notifications\/:notifications\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/notifications\/:notifications\/read",
                            "variable": [
                                {
                                    "id": "notifications",
                                    "key": "notifications",
                                    "value": "00002a56-0208-42f7-8b5a-2409408938e2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Marca notifica\u00e7oes do usu\u00e1rio como n\u00e3o lidas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "notifications\/:notifications\/unread",
                            "query": [],
                            "raw": "{{baseUrl}}\/notifications\/:notifications\/unread",
                            "variable": [
                                {
                                    "id": "notifications",
                                    "key": "notifications",
                                    "value": "00002a56-0208-42f7-8b5a-2409408938e2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir todas as notifica\u00e7\u00f5es do usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "notifications\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/notifications\/all"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir notifica\u00e7\u00f5es do usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "notifications\/:notifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/notifications\/:notifications",
                            "variable": [
                                {
                                    "id": "notifications",
                                    "key": "notifications",
                                    "value": "00002a56-0208-42f7-8b5a-2409408938e2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Outros",
            "description": "",
            "item": [
                {
                    "name": "Show the login view.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "login",
                            "query": [],
                            "raw": "{{baseUrl}}\/login"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Destroy an authenticated session.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show the confirm password view.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/confirm-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/confirm-password"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get the password confirmation status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/confirmed-password-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/confirmed-password-status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Confirm the user's password.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/confirm-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/confirm-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show the two factor authentication challenge view.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "two-factor-challenge",
                            "query": [],
                            "raw": "{{baseUrl}}\/two-factor-challenge"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Attempt to authenticate a new session using the two factor authentication code.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "two-factor-challenge",
                            "query": [],
                            "raw": "{{baseUrl}}\/two-factor-challenge"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Enable two factor authentication for the user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/two-factor-authentication",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/two-factor-authentication"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Enable two factor authentication for the user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/confirmed-two-factor-authentication",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/confirmed-two-factor-authentication"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Disable two factor authentication for the user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/two-factor-authentication",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/two-factor-authentication"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get the SVG element for the user's two factor authentication QR code.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/two-factor-qr-code",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/two-factor-qr-code"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get the current user's two factor authentication setup \/ secret key.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/two-factor-secret-key",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/two-factor-secret-key"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get the two factor authentication recovery codes for authenticated user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/two-factor-recovery-codes",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/two-factor-recovery-codes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Generate a fresh set of two factor authentication recovery codes.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "user\/two-factor-recovery-codes",
                            "query": [],
                            "raw": "{{baseUrl}}\/user\/two-factor-recovery-codes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET dossiers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "dossiers",
                            "query": [
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: name_or_person_document, type, situation",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/dossiers?filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST two-factor\/enable",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "two-factor\/enable",
                            "query": [],
                            "raw": "{{baseUrl}}\/two-factor\/enable"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PUT two-factor\/disable",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "two-factor\/disable",
                            "query": [],
                            "raw": "{{baseUrl}}\/two-factor\/disable"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST two-factor\/confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "two-factor\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/two-factor\/confirm"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST two-factor\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "two-factor\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/two-factor\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"challenge_token\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Consulta dados de uma empresa pelo cnpj",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "person-data-by-cpf\/:cpf",
                            "query": [],
                            "raw": "{{baseUrl}}\/person-data-by-cpf\/:cpf",
                            "variable": [
                                {
                                    "id": "cpf",
                                    "key": "cpf",
                                    "value": "dolorum",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Indica se a API est\u00e1 dispon\u00edvel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "health",
                            "query": [],
                            "raw": "{{baseUrl}}\/health"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Recorr\u00eancias",
            "description": "",
            "item": [
                {
                    "name": "Listar as recorr\u00eancias do cliente",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recurrences",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: items, items_count, itemsExists, owner, owner_count, ownerExists, items.order, groups, groups_count, groupsExists, customer, customer_count, customerExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: purchases_ids, items.service_can_be_monitored",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: id, name, created_at",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: name_or_id, owner_id, created_between",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/recurrences?page=1&per-page=10&include=&append=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Visualizar uma recorr\u00eancia",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recurrences\/:id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: items, items_count, itemsExists, owner, owner_count, ownerExists, items.order, groups, groups_count, groupsExists, customer, customer_count, customerExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: purchases_ids, items.service_can_be_monitored",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/recurrences\/:id?include=&append=",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the recurrence."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Criar uma recorr\u00eancia",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recurrences",
                            "query": [],
                            "raw": "{{baseUrl}}\/recurrences"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null,\"starts_at\":null,\"frequency\":null,\"notify_result_changes_in_items\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Criar uma recorr\u00eancia a partir de uma compra",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recurrences\/by-purchase",
                            "query": [],
                            "raw": "{{baseUrl}}\/recurrences\/by-purchase"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null,\"starts_at\":null,\"frequency\":null,\"purchase_id\":null,\"notify_result_changes_in_items\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Alterar uma recorr\u00eancia",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recurrences\/:recurrence_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/recurrences\/:recurrence_id",
                            "variable": [
                                {
                                    "id": "recurrence_id",
                                    "key": "recurrence_id",
                                    "value": "10",
                                    "description": "The ID of the recurrence."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":null,\"starts_at\":null,\"frequency\":null,\"notify_result_changes_in_items\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ativar\/desativar uma recorr\u00eancia",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recurrences\/:recurrence_id\/:newSituation",
                            "query": [],
                            "raw": "{{baseUrl}}\/recurrences\/:recurrence_id\/:newSituation",
                            "variable": [
                                {
                                    "id": "recurrence_id",
                                    "key": "recurrence_id",
                                    "value": "10",
                                    "description": "The ID of the recurrence."
                                },
                                {
                                    "id": "newSituation",
                                    "key": "newSituation",
                                    "value": "active%7Cinactive",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir um ou m\u00faltiplos itens de uma recorr\u00eancia",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "recurrences\/:recurrence_id\/items\/:recurrenceItems",
                            "query": [],
                            "raw": "{{baseUrl}}\/recurrences\/:recurrence_id\/items\/:recurrenceItems",
                            "variable": [
                                {
                                    "id": "recurrence_id",
                                    "key": "recurrence_id",
                                    "value": "10",
                                    "description": "The ID of the recurrence."
                                },
                                {
                                    "id": "recurrenceItems",
                                    "key": "recurrenceItems",
                                    "value": "123%2C456%2C789",
                                    "description": "Ids dos items que ser\u00e3o exclu\u00eddos."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Relat\u00f3rios",
            "description": "",
            "item": [
                {
                    "name": "Gera um relat\u00f3rio com as respostas dos pedidos de intelig\u00eancia artificial",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/ai-answers\/:format",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/ai-answers\/:format",
                            "variable": [
                                {
                                    "id": "format",
                                    "key": "format",
                                    "value": "csv%7Cxlsx",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Gera um relat\u00f3rio com os itens de compras de acordo com os filtros utilizados",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/orders\/:format",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/orders\/:format",
                            "variable": [
                                {
                                    "id": "format",
                                    "key": "format",
                                    "value": "",
                                    "description": "Must be one of:<ul style=\"list-style-type: square;\"><li><code>xlsx<\/code><\/li><li><code>csv<\/code><\/li><li><code>json<\/code><\/li><\/ul>"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna a quantidade de itens de compra m\u00eas a m\u00eas em um per\u00edodo de tempo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/number-orders-per-month",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/number-orders-per-month"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"begin_date\":null,\"end_date\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna a quantidade de itens de compra por status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/number-orders-per-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/number-orders-per-status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna a quantidade de itens de compra, valor gastos e pre\u00e7o m\u00e9dio durante o per\u00edodo desejado",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/order-stats",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/order-stats"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"begin_date\":null,\"end_date\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna a quantidade de an\u00e1lises de IA, valor gastos e pre\u00e7o m\u00e9dio durante o per\u00edodo desejado",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/ai-stats",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/ai-stats"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"begin_date\":null,\"end_date\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna a quantidade de an\u00e1lises de IA m\u00eas a m\u00eas em um per\u00edodo de tempo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/number-ai-analysis-per-month",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/number-ai-analysis-per-month"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"begin_date\":null,\"end_date\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna as faturas de um cliente, pr\u00e9 pago, durante um m\u00eas do ano",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/invoices\/:year\/:month",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/invoices\/:year\/:month",
                            "variable": [
                                {
                                    "id": "year",
                                    "key": "year",
                                    "value": "2023",
                                    "description": ""
                                },
                                {
                                    "id": "month",
                                    "key": "month",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna as faturas de um cliente, p\u00f3s pago, durante um m\u00eas do ano",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "reports\/invoice-postpaids\/:year\/:month",
                            "query": [],
                            "raw": "{{baseUrl}}\/reports\/invoice-postpaids\/:year\/:month",
                            "variable": [
                                {
                                    "id": "year",
                                    "key": "year",
                                    "value": "2023",
                                    "description": ""
                                },
                                {
                                    "id": "month",
                                    "key": "month",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Servi\u00e7os",
            "description": "",
            "item": [
                {
                    "name": "Lista campos personalizados de um servi\u00e7o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:service_id\/custom-order-fields",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:service_id\/custom-order-fields",
                            "variable": [
                                {
                                    "id": "service_id",
                                    "key": "service_id",
                                    "value": "10",
                                    "description": "The ID of the service."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retorna todos os campos personalizados espec\u00edficos do servi\u00e7o\nmais todos os campos globais (que servem para todos os servi\u00e7os),\nordenado pelo label"
                    },
                    "response": []
                },
                {
                    "name": "Lista os servi\u00e7os",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: category1, category1_count, category1Exists, category2, category2_count, category2Exists, ai_default_model, ai_default_model_count, ai_default_modelExists, ai_default_model.questions",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: is_favorite, can_be_monitored, automatic_purchase_has_options",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: name",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: ai_enabled, category1_id, category2_id, type, can_trigger_automatic_purchase, order_summary_available",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/services?include=&append=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Lista os 5 servi\u00e7os mais usados",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/most-used",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/most-used"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Visualizar um servi\u00e7o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: category1, category1_count, category1Exists, category2, category2_count, category2Exists, aiDefaultModel, aiDefaultModel_count, aiDefaultModelExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: is_favorite, aiDefaultModel.questions",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/services\/:id?include=&append=",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the service."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Visualizar um servi\u00e7o pelo c\u00f3digo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/code\/:code",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: category1, category1_count, category1Exists, category2, category2_count, category2Exists, aiDefaultModel, aiDefaultModel_count, aiDefaultModelExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: aiDefaultModel.questions, is_favorite",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/services\/code\/:code?include=&append=",
                            "variable": [
                                {
                                    "id": "code",
                                    "key": "code",
                                    "value": "certidao-nascimento",
                                    "description": "O c\u00f3digo do servi\u00e7o"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna os estados onde o servi\u00e7o est\u00e1 dispon\u00edvel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/categories\/:serviceCategoryId\/federative-units",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/categories\/:serviceCategoryId\/federative-units",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "serviceCategoryId",
                                    "key": "serviceCategoryId",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna as cidades, de um estado, onde o servi\u00e7o est\u00e1 dispon\u00edvel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/categories\/:serviceCategoryId\/federative-units\/:federativeUnitAbbr",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/categories\/:serviceCategoryId\/federative-units\/:federativeUnitAbbr",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "serviceCategoryId",
                                    "key": "serviceCategoryId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "federativeUnitAbbr",
                                    "key": "federativeUnitAbbr",
                                    "value": "SP",
                                    "description": "A url da unidade federativa. Dispon\u00edveis podem ser obtidos em <a href=\"#servicos-GETservices--serviceId--categories--serviceCategoryId--federative-units\">link<\/a>"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna os cart\u00f3rios, de um estado\/cidade, onde o servi\u00e7o est\u00e1 dispon\u00edvel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/categories\/:serviceCategoryId\/federative-units\/:federativeUnitAbbr\/:cityUrl",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/categories\/:serviceCategoryId\/federative-units\/:federativeUnitAbbr\/:cityUrl",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "serviceCategoryId",
                                    "key": "serviceCategoryId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "federativeUnitAbbr",
                                    "key": "federativeUnitAbbr",
                                    "value": "SP",
                                    "description": "A url da unidade federativa. Dispon\u00edveis podem ser obtidos em <a href=\"#servicos-GETservices--serviceId--categories--serviceCategoryId--federative-units\">link<\/a>"
                                },
                                {
                                    "id": "cityUrl",
                                    "key": "cityUrl",
                                    "value": "SAO_PAULO",
                                    "description": "A url da cidade. Dispon\u00edveis podem ser obtidos em <a href=\"#servicos-GETservices--serviceId--categories--serviceCategoryId--federative-units--federativeUnitAbbr-\">link<\/a>"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Define um servi\u00e7o como favorito",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/favorite",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/favorite",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove um servi\u00e7o dos favoritos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/favorite",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/favorite",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna o custo extra de n\u00e3o saber o livro e p\u00e1gina da certid\u00e3o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/dont-know-book-page-price",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/dont-know-book-page-price"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna o valor da taxa de servi\u00e7o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/tax-price",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/tax-price"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Verifica os formatos dispon\u00edveis de um servi\u00e7o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/categories\/:serviceCategoryId\/available-formats",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/categories\/:serviceCategoryId\/available-formats",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "serviceCategoryId",
                                    "key": "serviceCategoryId",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"detailed_service_data\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Calcula o pre\u00e7o e prazo de entrega de um servi\u00e7o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/categories\/:serviceCategoryId\/prices-shipping-info",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/categories\/:serviceCategoryId\/prices-shipping-info",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "serviceCategoryId",
                                    "key": "serviceCategoryId",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"detailed_service_data\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Calcula o pre\u00e7o e dias adicionados no prazos de entrega para os adicionais do servi\u00e7o",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/categories\/:serviceCategoryId\/extras-prices-shipping-info",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/categories\/:serviceCategoryId\/extras-prices-shipping-info",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "serviceCategoryId",
                                    "key": "serviceCategoryId",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"detailed_service_data\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Retorna as informa\u00e7\u00f5es extras necess\u00e1rias para o servi\u00e7o.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/:serviceId\/categories\/:serviceCategoryId\/extra-informations\/:info",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/:serviceId\/categories\/:serviceCategoryId\/extra-informations\/:info",
                            "variable": [
                                {
                                    "id": "serviceId",
                                    "key": "serviceId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "serviceCategoryId",
                                    "key": "serviceCategoryId",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "info",
                                    "key": "info",
                                    "value": "modelo",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"detailed_service_data\":null}"
                        },
                        "description": "Alguns servi\u00e7os exigem dados que est\u00e3o restritos a uma lista de valores.\nAqui essas informa\u00e7\u00f5es podem ser consultadas"
                    },
                    "response": []
                },
                {
                    "name": "Retorna os registros",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/registers",
                            "query": [],
                            "raw": "{{baseUrl}}\/services\/registers"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"detailed_services_data\":[{\"detailed_service_data\":null,\"service_id\":null,\"service_category_id\":null}]}"
                        },
                        "description": "Retorna um array de strings, na mesma ordem, o valor do campo de registro, de acordo com o servi\u00e7o, dos itens enviados no payload"
                    },
                    "response": []
                },
                {
                    "name": "Retorna as automa\u00e7\u00f5es de compra autom\u00e1tica, a partir de extra\u00e7\u00e3o de dados, dispon\u00edveis",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "services\/automatic-purchases-from-ai-analysis-available",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: service, service_count, serviceExists",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para ordena\u00e7\u00e3o. Para ordenar decrescentemente use o sinal de - antes do nome do campo Ex: -nome_campo. \n                                                        M\u00faltiplos devem ser separadas com v\u00edrgula. Dispon\u00edveis: description",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: service_id",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/services\/automatic-purchases-from-ai-analysis-available?include=&sort=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Servi\u00e7os por Categoria",
            "description": "",
            "item": [
                {
                    "name": "Lista os 5 servi\u00e7os mais usados de uma categoria espec\u00edfica",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "service-categories\/:serviceCategory\/services\/most-used",
                            "query": [],
                            "raw": "{{baseUrl}}\/service-categories\/:serviceCategory\/services\/most-used",
                            "variable": [
                                {
                                    "id": "serviceCategory",
                                    "key": "serviceCategory",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Usu\u00e1rios",
            "description": "",
            "item": [
                {
                    "name": "Busca o registro de redefini\u00e7\u00e3o de senha pelo token para verificar se \u00e9 v\u00e1lido",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "password-reset\/:token",
                            "query": [],
                            "raw": "{{baseUrl}}\/password-reset\/:token",
                            "variable": [
                                {
                                    "id": "token",
                                    "key": "token",
                                    "value": "0010905473ade9284a1c6404ec3648c56a170cc571ca771822e26cc2d5e602c1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Redefine a senha de um usu\u00e1rio atrav\u00e9s de um token de recupera\u00e7\u00e3o de senha v\u00e1lido",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "password-reset\/:token",
                            "query": [],
                            "raw": "{{baseUrl}}\/password-reset\/:token",
                            "variable": [
                                {
                                    "id": "token",
                                    "key": "token",
                                    "value": "0010905473ade9284a1c6404ec3648c56a170cc571ca771822e26cc2d5e602c1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"new_password\":null}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Criar um token de recupera\u00e7\u00e3o de senha",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "password-reset",
                            "query": [],
                            "raw": "{{baseUrl}}\/password-reset"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":null}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Criar um usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users",
                            "query": [],
                            "raw": "{{baseUrl}}\/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":null,\"name\":null,\"password\":null,\"permissions\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listar os usu\u00e1rios da conta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: permissions, permissions_count, permissionsExists, notifications_preferences, notifications_preferences_count, notifications_preferencesExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: total_ai_tokens_used_current_month, ai_tokens_above_limit_this_month, customer.total_ai_tokens_used_current_month, customer.ai_tokens_above_limit_this_month",
                                    "disabled": true
                                },
                                {
                                    "key": "filter",
                                    "value": "",
                                    "description": "Campos dispon\u00edveis para filtrar. Ex: filter[nome_campo]=valor ou filter[nome_campo]=valor1,valor2. \n                                                        Dispon\u00edveis: name_or_email",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/users?page=1&per-page=10&include=&append=&filter="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Listar os usu\u00e1rios exclu\u00eddos da conta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/trashed",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "a p\u00e1gina desejada",
                                    "disabled": false
                                },
                                {
                                    "key": "per-page",
                                    "value": "10",
                                    "description": "quantidade de registros por p\u00e1gina (padr\u00e3o \u00e9 20, m\u00e1x 30)",
                                    "disabled": false
                                },
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: permissions, permissions_count, permissionsExists, notifications_preferences, notifications_preferences_count, notifications_preferencesExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: total_ai_tokens_used_current_month, ai_tokens_above_limit_this_month, customer.total_ai_tokens_used_current_month, customer.ai_tokens_above_limit_this_month",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/users\/trashed?page=1&per-page=10&include=&append="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "O retorno \u00e9 paginado"
                    },
                    "response": []
                },
                {
                    "name": "Visualizar um usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/:id",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: permissions, permissions_count, permissionsExists, notifications_preferences, notifications_preferences_count, notifications_preferencesExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: total_ai_tokens_used_current_month, ai_tokens_above_limit_this_month, customer.total_ai_tokens_used_current_month, customer.ai_tokens_above_limit_this_month",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/users\/:id?include=&append=",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listar os usu\u00e1rios da conta que o usu\u00e1rio logado pode ver os pedidos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/with-visible-orders",
                            "query": [
                                {
                                    "key": "include",
                                    "value": "",
                                    "description": "Rela\u00e7\u00f5es dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: permissions, permissions_count, permissionsExists, notifications_preferences, notifications_preferences_count, notifications_preferencesExists",
                                    "disabled": true
                                },
                                {
                                    "key": "append",
                                    "value": "",
                                    "description": "Propriedades dispon\u00edveis para incluir na resposta. M\u00faltiplas devem ser separadas com v\u00edrgula. \n                                                        Dispon\u00edveis: total_ai_tokens_used_current_month, ai_tokens_above_limit_this_month, customer.total_ai_tokens_used_current_month, customer.ai_tokens_above_limit_this_month",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/users\/with-visible-orders?include=&append="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Alterar as permiss\u00f5es de um usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/:user_id\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/users\/:user_id\/permissions",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "10",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"permissions\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Alterar as prefer\u00eancias de notifica\u00e7\u00e3o do usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/:user_id\/notifications-preferences",
                            "query": [],
                            "raw": "{{baseUrl}}\/users\/:user_id\/notifications-preferences",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "10",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"bank_slip_notification_via\":null,\"placed_purchase_notification_via\":null,\"finished_order_notification_via\":null,\"pending_action_notification_via\":null,\"refunded_order_notification_via\":null,\"finished_purchase_notification_via\":null,\"certificate_expired_notification_via\":null,\"system_information_notification_via\":null,\"system_unavailable_notification_via\":null,\"summary_extracted_notification_via\":null,\"order_challenge_notification_via\":null,\"failed_purchase_notification_via\":null,\"order_finished_positive_result_via\":null,\"spreadsheet_placed_purchase_notification\":null}"
                        },
                        "description": "database - S\u00e3o as notifica\u00e7\u00f5es que aparecem no sistema.\nmail - S\u00e3o as notifica\u00e7\u00f5es enviadas por email."
                    },
                    "response": []
                },
                {
                    "name": "Alterar a senha do usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/:user_id\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/users\/:user_id\/password",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "10",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"current_password\":null,\"new_password\":null}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Excluir um ou m\u00faltiplos usu\u00e1rios",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/:users",
                            "query": [],
                            "raw": "{{baseUrl}}\/users\/:users",
                            "variable": [
                                {
                                    "id": "users",
                                    "key": "users",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Envia email para um administrador solicitando ativa\u00e7\u00e3o da compra autom\u00e1tica a pedido de um usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/request-admin-enable-automatic-purchase\/service\/:service_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/users\/request-admin-enable-automatic-purchase\/service\/:service_id",
                            "variable": [
                                {
                                    "id": "service_id",
                                    "key": "service_id",
                                    "value": "10",
                                    "description": "The ID of the service."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Envia email para um administrador solicitando ativa\u00e7\u00e3o da ficha autom\u00e1tica a pedido de um usu\u00e1rio",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "users\/request-admin-enable-automatic-order-summary\/service\/:service_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/users\/request-admin-enable-automatic-order-summary\/service\/:service_id",
                            "variable": [
                                {
                                    "id": "service_id",
                                    "key": "service_id",
                                    "value": "10",
                                    "description": "The ID of the service."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}