{
  "info": {
    "name": "Feegow Clinic — mcp.ai",
    "description": "REST API for the Feegow Clinic MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/feegow",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "feegow_appointment_available_schedule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/available/schedule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "available",
            "schedule"
          ]
        },
        "description": "Read appointments and scheduling data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_channels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/channels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "channels"
          ]
        },
        "description": "Read appointments and scheduling data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "list"
          ]
        },
        "description": "Read appointments and scheduling data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_motives",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/motives",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "motives"
          ]
        },
        "description": "Read appointments and scheduling data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_queue_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/queue/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "queue",
            "position"
          ]
        },
        "description": "Read appointments and scheduling data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_statuses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/statuses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "statuses"
          ]
        },
        "description": "Read appointments and scheduling data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_write_cancel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/write/cancel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "write",
            "cancel"
          ]
        },
        "description": "Create, cancel, reschedule, or update status of appointments in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "write",
            "create"
          ]
        },
        "description": "Create, cancel, reschedule, or update status of appointments in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_write_reschedule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/write/reschedule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "write",
            "reschedule"
          ]
        },
        "description": "Create, cancel, reschedule, or update status of appointments in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_appointment_write_update_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/appointment/write/update/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "appointment",
            "write",
            "update",
            "status"
          ]
        },
        "description": "Create, cancel, reschedule, or update status of appointments in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_benefit_card_list_contracts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/benefit/card/list/contracts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "benefit",
            "card",
            "list",
            "contracts"
          ]
        },
        "description": "Read benefit card data in Feegow (contracts and plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_benefit_card_list_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/benefit/card/list/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "benefit",
            "card",
            "list",
            "plans"
          ]
        },
        "description": "Read benefit card data in Feegow (contracts and plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_benefit_card_write_create_contract",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/benefit/card/write/create/contract",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "benefit",
            "card",
            "write",
            "create",
            "contract"
          ]
        },
        "description": "Write benefit card operations in Feegow (contracts and plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_benefit_card_write_create_plan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/benefit/card/write/create/plan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "benefit",
            "card",
            "write",
            "create",
            "plan"
          ]
        },
        "description": "Write benefit card operations in Feegow (contracts and plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_benefit_card_write_update_contract",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/benefit/card/write/update/contract",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "benefit",
            "card",
            "write",
            "update",
            "contract"
          ]
        },
        "description": "Write benefit card operations in Feegow (contracts and plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_benefit_card_write_update_plan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/benefit/card/write/update/plan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "benefit",
            "card",
            "write",
            "update",
            "plan"
          ]
        },
        "description": "Write benefit card operations in Feegow (contracts and plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_billing",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/billing",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "billing"
          ]
        },
        "description": "Read insurance billing guides (guias) in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_billing_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/billing/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "billing",
            "write",
            "create"
          ]
        },
        "description": "Create or edit insurance billing guides in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_billing_write_edit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/billing/write/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "billing",
            "write",
            "edit"
          ]
        },
        "description": "Create or edit insurance billing guides in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_company_list_locals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/company/list/locals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "company",
            "list",
            "locals"
          ]
        },
        "description": "Read clinic company info in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endereco\": \"\",\n  \"cep\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_company_list_units",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/company/list/units",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "company",
            "list",
            "units"
          ]
        },
        "description": "Read clinic company info in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endereco\": \"\",\n  \"cep\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_employee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/employee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "employee"
          ]
        },
        "description": "List employees in Feegow. Requires ativo (0=inactive, 1=active). Optional: unidade_id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ativo\": 0,\n  \"unidade_id\": 0,\n  \"account\": \"\",\n  \"unidade_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_delete_cancel_voucher",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/delete/cancel/voucher",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "delete",
            "cancel",
            "voucher"
          ]
        },
        "description": "Destructive financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_delete_remove_invoice",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/delete/remove/invoice",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "delete",
            "remove",
            "invoice"
          ]
        },
        "description": "Destructive financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_delete_remove_payment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/delete/remove/payment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "delete",
            "remove",
            "payment"
          ]
        },
        "description": "Destructive financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_find_invoice_nfse",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/find/invoice/nfse",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "find",
            "invoice",
            "nfse"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_get_dmed",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/get/dmed",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "get",
            "dmed"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "categories"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_cost_centers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/cost/centers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "cost",
            "centers"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_credit_card_brands",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/credit/card/brands",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "credit",
            "card",
            "brands"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_current_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/current/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "current",
            "accounts"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_invoices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/invoices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "invoices"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_private_tables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/private/tables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "private",
            "tables"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_sales",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/sales",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "sales"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_suppliers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/suppliers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "suppliers"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_transfers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/transfers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "transfers"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_list_vouchers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/list/vouchers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "list",
            "vouchers"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_search_supplier",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/search/supplier",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "search",
            "supplier"
          ]
        },
        "description": "Read financial data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_associate_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/associate/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "associate",
            "account"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_create_invoice",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/create/invoice",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "create",
            "invoice"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_create_invoice_by_appt",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/create/invoice/by/appt",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "create",
            "invoice",
            "by",
            "appt"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_create_voucher",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/create/voucher",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "create",
            "voucher"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_pay_booking",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/pay/booking",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "pay",
            "booking"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_pay_invoice",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/pay/invoice",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "pay",
            "invoice"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_update_nfse",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/update/nfse",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "update",
            "nfse"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_financial_write_update_voucher",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/write/update/voucher",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "write",
            "update",
            "voucher"
          ]
        },
        "description": "Write financial operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_insurance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/insurance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "insurance"
          ]
        },
        "description": "List all accepted insurance plans (convênios) and their sub-plans in Feegow. Optional filter by unidade_id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"unidade_id\": 0,\n  \"account\": \"\",\n  \"unidade_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "List Feegow API connections (clinics) linked to this install — id, label, name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_lock",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lock",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lock"
          ]
        },
        "description": "List schedule locks/blocks in Feegow. Filter by bloqueio_id, date_start, date_end (DD-MM-YYYY), profissional_id, unidade_id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_medical_report_get_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/medical/report/get/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "medical",
            "report",
            "get",
            "file"
          ]
        },
        "description": "Read medical/lab reports (laudos) in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_medical_report_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/medical/report/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "medical",
            "report",
            "list"
          ]
        },
        "description": "Read medical/lab reports (laudos) in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_medical_report_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/medical/report/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "medical",
            "report",
            "search"
          ]
        },
        "description": "Read medical/lab reports (laudos) in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_medical_report_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/medical/report/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "medical",
            "report",
            "write"
          ]
        },
        "description": "Register a new medical/lab report in Feegow. Requires agendamento_id, laudo_base64. Optional: profissional_laudador, procedimento_id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "get"
          ]
        },
        "description": "Read patients in Feegow Clinic.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"cpf\": \"\",\n  \"limit\": 0,\n  \"offset\": 0,\n  \"telefone\": \"\",\n  \"origem_id\": 0,\n  \"alterado_em\": \"\",\n  \"data_aniversario\": \"\",\n  \"programa_saude\": false,\n  \"photo\": false,\n  \"account\": \"\",\n  \"paciente_ids\": \"\",\n  \"origem_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "list"
          ]
        },
        "description": "Read patients in Feegow Clinic.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"cpf\": \"\",\n  \"limit\": 0,\n  \"offset\": 0,\n  \"telefone\": \"\",\n  \"origem_id\": 0,\n  \"alterado_em\": \"\",\n  \"data_aniversario\": \"\",\n  \"programa_saude\": false,\n  \"photo\": false,\n  \"account\": \"\",\n  \"paciente_ids\": \"\",\n  \"origem_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_search_cpf",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/search/cpf",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "search",
            "cpf"
          ]
        },
        "description": "Read patients in Feegow Clinic.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"cpf\": \"\",\n  \"limit\": 0,\n  \"offset\": 0,\n  \"telefone\": \"\",\n  \"origem_id\": 0,\n  \"alterado_em\": \"\",\n  \"data_aniversario\": \"\",\n  \"programa_saude\": false,\n  \"photo\": false,\n  \"account\": \"\",\n  \"paciente_ids\": \"\",\n  \"origem_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_support_exam_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/support/exam/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "support",
            "exam",
            "requests"
          ]
        },
        "description": "Supporting patient data reads in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"data\": \"\",\n  \"account\": \"\",\n  \"paciente_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_support_health_programs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/support/health/programs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "support",
            "health",
            "programs"
          ]
        },
        "description": "Supporting patient data reads in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"data\": \"\",\n  \"account\": \"\",\n  \"paciente_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_support_list_dependents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/support/list/dependents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "support",
            "list",
            "dependents"
          ]
        },
        "description": "Supporting patient data reads in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"data\": \"\",\n  \"account\": \"\",\n  \"paciente_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_support_list_privates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/support/list/privates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "support",
            "list",
            "privates"
          ]
        },
        "description": "Supporting patient data reads in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"data\": \"\",\n  \"account\": \"\",\n  \"paciente_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_support_list_sources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/support/list/sources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "support",
            "list",
            "sources"
          ]
        },
        "description": "Supporting patient data reads in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"paciente_id\": 0,\n  \"data\": \"\",\n  \"account\": \"\",\n  \"paciente_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_support_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/support/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "support",
            "write"
          ]
        },
        "description": "Upload a base64 file to a patient record in Feegow. Requires data JSON with paciente_id or cpf+nascimento, base64_file, arquivo_descricao.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "write",
            "create"
          ]
        },
        "description": "Create or edit patients in Feegow Clinic.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_patient_write_edit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/write/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "write",
            "edit"
          ]
        },
        "description": "Create or edit patients in Feegow Clinic.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_procedure_bundles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/procedure/bundles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "procedure",
            "bundles"
          ]
        },
        "description": "Read procedures in Feegow. Values in centavos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_procedure_franchise",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/procedure/franchise",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "procedure",
            "franchise"
          ]
        },
        "description": "Read procedures in Feegow. Values in centavos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_procedure_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/procedure/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "procedure",
            "groups"
          ]
        },
        "description": "Read procedures in Feegow. Values in centavos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_procedure_insurance_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/procedure/insurance/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "procedure",
            "insurance",
            "list"
          ]
        },
        "description": "Read procedures in Feegow. Values in centavos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_procedure_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/procedure/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "procedure",
            "list"
          ]
        },
        "description": "Read procedures in Feegow. Values in centavos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_procedure_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/procedure/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "procedure",
            "types"
          ]
        },
        "description": "Read procedures in Feegow. Values in centavos.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_professional_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/professional/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "professional",
            "get"
          ]
        },
        "description": "Read professionals (doctors, specialists) in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"profissional_id\": 0,\n  \"ativo\": 0,\n  \"unidade_id\": 0,\n  \"especialidade_id\": 0,\n  \"account\": \"\",\n  \"profissional_ids\": \"\",\n  \"unidade_ids\": \"\",\n  \"especialidade_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_professional_insurance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/professional/insurance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "professional",
            "insurance"
          ]
        },
        "description": "Read professionals (doctors, specialists) in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"profissional_id\": 0,\n  \"ativo\": 0,\n  \"unidade_id\": 0,\n  \"especialidade_id\": 0,\n  \"account\": \"\",\n  \"profissional_ids\": \"\",\n  \"unidade_ids\": \"\",\n  \"especialidade_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_professional_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/professional/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "professional",
            "list"
          ]
        },
        "description": "Read professionals (doctors, specialists) in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"profissional_id\": 0,\n  \"ativo\": 0,\n  \"unidade_id\": 0,\n  \"especialidade_id\": 0,\n  \"account\": \"\",\n  \"profissional_ids\": \"\",\n  \"unidade_ids\": \"\",\n  \"especialidade_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_proposal_get_url",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/proposal/get/url",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "proposal",
            "get",
            "url"
          ]
        },
        "description": "Read proposals (treatment plans with pricing) in Feegow. Values in R$.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_proposal_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/proposal/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "proposal",
            "list"
          ]
        },
        "description": "Read proposals (treatment plans with pricing) in Feegow. Values in R$.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_proposal_list_by_date",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/proposal/list/by/date",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "proposal",
            "list",
            "by",
            "date"
          ]
        },
        "description": "Read proposals (treatment plans with pricing) in Feegow. Values in R$.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_proposal_write_change_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/proposal/write/change/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "proposal",
            "write",
            "change",
            "status"
          ]
        },
        "description": "Create / update proposals in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_proposal_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/proposal/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "proposal",
            "write",
            "create"
          ]
        },
        "description": "Create / update proposals in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_report_generate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/report/generate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "report",
            "generate"
          ]
        },
        "description": "List and generate system reports in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"report\": \"\",\n  \"DATA_INICIO\": \"\",\n  \"DATA_FIM\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_report_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/report/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "report",
            "list"
          ]
        },
        "description": "List and generate system reports in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"report\": \"\",\n  \"DATA_INICIO\": \"\",\n  \"DATA_FIM\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_specialty",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/specialty",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "specialty"
          ]
        },
        "description": "List all medical specialties available for scheduling in Feegow. Optional filter by unidade_id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"unidade_id\": 0,\n  \"account\": \"\",\n  \"unidade_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_stock_get_position",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/get/position",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "get",
            "position"
          ]
        },
        "description": "Read stock/inventory data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_stock_list_locations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/list/locations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "list",
            "locations"
          ]
        },
        "description": "Read stock/inventory data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_stock_list_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/list/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "list",
            "products"
          ]
        },
        "description": "Read stock/inventory data in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_stock_write_entry",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/write/entry",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "write",
            "entry"
          ]
        },
        "description": "Write stock operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_stock_write_exit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/write/exit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "write",
            "exit"
          ]
        },
        "description": "Write stock operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_stock_write_insert",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/write/insert",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "write",
            "insert"
          ]
        },
        "description": "Write stock operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feegow_stock_write_movement",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stock/write/movement",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stock",
            "write",
            "movement"
          ]
        },
        "description": "Write stock operations in Feegow.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}