{
  "info": {
    "name": "WebDiet — mcp.ai",
    "description": "REST API for the WebDiet 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/webdiet",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "webdiet_anamnese",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese"
          ]
        },
        "description": "List all anamnesis records for a WebDiet patient WITH the full Q/A content.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_anamnese_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "delete"
          ]
        },
        "description": "Permanently delete an anamnesis record in WebDiet. Irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnese_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnese_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_anamnese_write_duplicate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/write/duplicate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "write",
            "duplicate"
          ]
        },
        "description": "Create / update anamnesis records in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnese_id\": \"\",\n  \"texto\": \"\",\n  \"titulo\": \"\",\n  \"interpretacao\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnese_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_anamnese_write_save",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/write/save",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "write",
            "save"
          ]
        },
        "description": "Create / update anamnesis records in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnese_id\": \"\",\n  \"texto\": \"\",\n  \"titulo\": \"\",\n  \"interpretacao\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnese_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_anamnese_write_save_interpretation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/write/save/interpretation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "write",
            "save",
            "interpretation"
          ]
        },
        "description": "Create / update anamnesis records in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnese_id\": \"\",\n  \"texto\": \"\",\n  \"titulo\": \"\",\n  \"interpretacao\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnese_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_antropometria_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/antropometria/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "antropometria",
            "get"
          ]
        },
        "description": "Read anthropometry (body measurement) records for a WebDiet patient.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"antropometria_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"antropometria_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_antropometria_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/antropometria/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "antropometria",
            "list"
          ]
        },
        "description": "Read anthropometry (body measurement) records for a WebDiet patient.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"antropometria_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"antropometria_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_calculo_energetico_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/calculo/energetico/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "calculo",
            "energetico",
            "delete"
          ]
        },
        "description": "Permanently delete an energy expenditure calculation. Irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"calculo_id\": \"\",\n  \"account\": \"\",\n  \"calculo_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_calculo_energetico_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/calculo/energetico/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "calculo",
            "energetico",
            "get"
          ]
        },
        "description": "Read energy expenditure calculations (Cálculo Energético) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"calculo_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"calculo_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_calculo_energetico_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/calculo/energetico/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "calculo",
            "energetico",
            "list"
          ]
        },
        "description": "Read energy expenditure calculations (Cálculo Energético) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"calculo_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"calculo_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_calculo_energetico_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/calculo/energetico/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "calculo",
            "energetico",
            "write",
            "create"
          ]
        },
        "description": "Create / update energy expenditure calculations in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"calculo_id\": \"\",\n  \"nome\": \"\",\n  \"altura\": \"\",\n  \"peso\": \"\",\n  \"mlg\": \"\",\n  \"formula\": \"\",\n  \"fator_atividade\": \"\",\n  \"fator_injuria\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"calculo_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_calculo_energetico_write_save",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/calculo/energetico/write/save",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "calculo",
            "energetico",
            "write",
            "save"
          ]
        },
        "description": "Create / update energy expenditure calculations in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"calculo_id\": \"\",\n  \"nome\": \"\",\n  \"altura\": \"\",\n  \"peso\": \"\",\n  \"mlg\": \"\",\n  \"formula\": \"\",\n  \"fator_atividade\": \"\",\n  \"fator_injuria\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"calculo_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_create_antropometria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/antropometria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "antropometria"
          ]
        },
        "description": "Create a new body measurement record for a patient. Returns the record ID needed for webdiet_save_antropometria. Types: adulto (adult), infantil (child), gestacional (pregnancy).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"tipo\": \"\",\n  \"data\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_financeiro_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financeiro/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financeiro",
            "categories"
          ]
        },
        "description": "Read financial records (payments, receipts) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inicio\": \"\",\n  \"fim\": \"\",\n  \"tipo\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_financeiro_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financeiro/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financeiro",
            "delete"
          ]
        },
        "description": "Permanently delete a financial record. Irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"financeiro_id\": \"\",\n  \"account\": \"\",\n  \"financeiro_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_financeiro_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financeiro/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financeiro",
            "list"
          ]
        },
        "description": "Read financial records (payments, receipts) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"inicio\": \"\",\n  \"fim\": \"\",\n  \"tipo\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_financeiro_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financeiro/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financeiro",
            "write"
          ]
        },
        "description": "Create financial records in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"nome\": \"\",\n  \"cpf\": \"\",\n  \"tipo\": \"\",\n  \"data\": \"\",\n  \"horario\": \"\",\n  \"categoria\": \"\",\n  \"nova_cat\": \"\",\n  \"valor\": \"\",\n  \"forma\": \"\",\n  \"observacao\": \"\",\n  \"parcelas\": \"\",\n  \"dataCobranca\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_food_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/food/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "food",
            "search"
          ]
        },
        "description": "Search WebDiet food database for numeric food ids (needed for full macros in Convencional / metodoPlanning prescriptions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"keyword\": \"\",\n  \"limite\": 0,\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_get_consultations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/consultations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "consultations"
          ]
        },
        "description": "Load food diary entries, meal reactions, attachments, or orientations for a patient. Use tipo to select: diario (food diary), reacoes (meal reactions), anexos (attachments), orientacoes (guidelines/or",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"tipo\": \"\",\n  \"limite\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_get_planner",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/planner",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "planner"
          ]
        },
        "description": "Load the nutritionist's calendar/agenda for a date: appointments, overdue tasks, birthdays, events. Defaults to today.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_get_upload_command",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/upload/command",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "upload",
            "command"
          ]
        },
        "description": "Returns a ready-to-run curl command that uploads a file directly to the server without reading it into context.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"file_path\": \"\",\n  \"file_name\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "List all WebDiet accounts linked to this install.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_list_anexos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/anexos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "anexos"
          ]
        },
        "description": "Load educational slides or cloud file attachments. Use laminasAnexos for educational slides/laminas (~238 items with PDFs about nutrition topics), cloudAnexos for uploaded cloud files. For guidelines/",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"tipo\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_list_message_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/message/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "message",
            "templates"
          ]
        },
        "description": "Load patient welcome message templates. Returns the active layout and all available template layouts.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tipo\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "delete"
          ]
        },
        "description": "Permanently delete a manipulado for a patient. Irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "get"
          ]
        },
        "description": "Read \"Prescrição de manipulados\" (compounded/magistral pharmacy formulas) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"keyword\": \"\",\n  \"categoria\": \"\",\n  \"incluir_bloqueados\": false,\n  \"limite\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "list"
          ]
        },
        "description": "Read \"Prescrição de manipulados\" (compounded/magistral pharmacy formulas) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"keyword\": \"\",\n  \"categoria\": \"\",\n  \"incluir_bloqueados\": false,\n  \"limite\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_list_banco",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/list/banco",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "list",
            "banco"
          ]
        },
        "description": "Read \"Prescrição de manipulados\" (compounded/magistral pharmacy formulas) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"keyword\": \"\",\n  \"categoria\": \"\",\n  \"incluir_bloqueados\": false,\n  \"limite\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_write_duplicate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/write/duplicate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "write",
            "duplicate"
          ]
        },
        "description": "Create / send / publish / duplicate manipulados in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"nome\": \"\",\n  \"texto\": \"\",\n  \"nomes\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_write_publish",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/write/publish",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "write",
            "publish"
          ]
        },
        "description": "Create / send / publish / duplicate manipulados in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"nome\": \"\",\n  \"texto\": \"\",\n  \"nomes\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_write_save",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/write/save",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "write",
            "save"
          ]
        },
        "description": "Create / send / publish / duplicate manipulados in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"nome\": \"\",\n  \"texto\": \"\",\n  \"nomes\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_manipulados_write_send",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/manipulados/write/send",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "manipulados",
            "write",
            "send"
          ]
        },
        "description": "Create / send / publish / duplicate manipulados in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"manipulado_id\": \"\",\n  \"nome\": \"\",\n  \"texto\": \"\",\n  \"nomes\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"manipulado_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_orientacoes_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/orientacoes/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orientacoes",
            "list"
          ]
        },
        "description": "Read \"Listas e Orientações\" (guidelines/orientation lists) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"limite\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_orientacoes_list_banco",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/orientacoes/list/banco",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orientacoes",
            "list",
            "banco"
          ]
        },
        "description": "Read \"Listas e Orientações\" (guidelines/orientation lists) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"limite\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_orientacoes_write_save",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/orientacoes/write/save",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orientacoes",
            "write",
            "save"
          ]
        },
        "description": "Create / update / send \"Listas e Orientações\" in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"orientacao_id\": \"\",\n  \"texto\": \"\",\n  \"titulo\": \"\",\n  \"nomes\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"orientacao_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_orientacoes_write_send",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/orientacoes/write/send",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "orientacoes",
            "write",
            "send"
          ]
        },
        "description": "Create / update / send \"Listas e Orientações\" in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"orientacao_id\": \"\",\n  \"texto\": \"\",\n  \"titulo\": \"\",\n  \"nomes\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"orientacao_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_patient_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "delete"
          ]
        },
        "description": "Permanently delete a WebDiet patient (uses removerPaciente — resolves id/link from a fresh list first). Irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_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 WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"keyword\": \"\",\n  \"page\": 0,\n  \"page_size\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_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 WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"keyword\": \"\",\n  \"page\": 0,\n  \"page_size\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_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 update patients in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"nome\": \"\",\n  \"genero\": \"\",\n  \"nascimento\": \"\",\n  \"telefone\": \"\",\n  \"email\": \"\",\n  \"cpf\": \"\",\n  \"apelido\": \"\",\n  \"instagram\": \"\",\n  \"boasvindas\": false,\n  \"cep\": \"\",\n  \"endereco\": \"\",\n  \"bairro\": \"\",\n  \"cidade\": \"\",\n  \"estado\": \"\",\n  \"complemento\": \"\",\n  \"numero\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_patient_write_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patient/write/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patient",
            "write",
            "update"
          ]
        },
        "description": "Create or update patients in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"nome\": \"\",\n  \"genero\": \"\",\n  \"nascimento\": \"\",\n  \"telefone\": \"\",\n  \"email\": \"\",\n  \"cpf\": \"\",\n  \"apelido\": \"\",\n  \"instagram\": \"\",\n  \"boasvindas\": false,\n  \"cep\": \"\",\n  \"endereco\": \"\",\n  \"bairro\": \"\",\n  \"cidade\": \"\",\n  \"estado\": \"\",\n  \"complemento\": \"\",\n  \"numero\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_preconsulta_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preconsulta/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preconsulta",
            "delete"
          ]
        },
        "description": "Permanently delete a pre-consultation response in WebDiet. Templates are NOT affected. Irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"response_id\": \"\",\n  \"account\": \"\",\n  \"response_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_preconsulta_get_response",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preconsulta/get/response",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preconsulta",
            "get",
            "response"
          ]
        },
        "description": "Read pre-consultation questionnaires (Pré-consulta) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"response_id\": \"\",\n  \"tipo\": \"\",\n  \"nome\": \"\",\n  \"offset\": 0,\n  \"limit\": 0,\n  \"account\": \"\",\n  \"response_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_preconsulta_list_responses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preconsulta/list/responses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preconsulta",
            "list",
            "responses"
          ]
        },
        "description": "Read pre-consultation questionnaires (Pré-consulta) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"response_id\": \"\",\n  \"tipo\": \"\",\n  \"nome\": \"\",\n  \"offset\": 0,\n  \"limit\": 0,\n  \"account\": \"\",\n  \"response_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_preconsulta_list_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preconsulta/list/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preconsulta",
            "list",
            "templates"
          ]
        },
        "description": "Read pre-consultation questionnaires (Pré-consulta) in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"response_id\": \"\",\n  \"tipo\": \"\",\n  \"nome\": \"\",\n  \"offset\": 0,\n  \"limit\": 0,\n  \"account\": \"\",\n  \"response_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_preconsulta_write_link_to_patient",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preconsulta/write/link/to/patient",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preconsulta",
            "write",
            "link",
            "to",
            "patient"
          ]
        },
        "description": "Vincular (link) a pre-consultation response to an existing patient in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"response_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"response_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_prescription_get_detail",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/get/detail",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "get",
            "detail"
          ]
        },
        "description": "Read meal plan prescriptions in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"link\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_prescription_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "list"
          ]
        },
        "description": "Read meal plan prescriptions in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"link\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_prescription_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "write",
            "create"
          ]
        },
        "description": "Create, save or publish meal plan prescriptions in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"prescription_id\": \"\",\n  \"nome\": \"\",\n  \"metodo\": \"\",\n  \"prescricao_json\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"prescription_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_prescription_write_publish",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/write/publish",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "write",
            "publish"
          ]
        },
        "description": "Create, save or publish meal plan prescriptions in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"prescription_id\": \"\",\n  \"nome\": \"\",\n  \"metodo\": \"\",\n  \"prescricao_json\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"prescription_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_prescription_write_save",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/write/save",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "write",
            "save"
          ]
        },
        "description": "Create, save or publish meal plan prescriptions in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"prescription_id\": \"\",\n  \"nome\": \"\",\n  \"metodo\": \"\",\n  \"prescricao_json\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"prescription_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_prontuario",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prontuario",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prontuario"
          ]
        },
        "description": "Get the clinical record (prontuario) for a WebDiet patient. Returns decoded text with sections: Identificacao, Triagem, Anamnese alimentar, etc.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_prontuario_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prontuario/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prontuario",
            "write"
          ]
        },
        "description": "Save the clinical record (prontuario) for a WebDiet patient. Pass texto as a JSON array of HTML strings, one per section.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"texto\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_recibo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/recibo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "recibo"
          ]
        },
        "description": "Generate or update a receipt (recibo) for a financial record in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"financeiro_id\": \"\",\n  \"nome\": \"\",\n  \"dados_recibo\": \"\",\n  \"account\": \"\",\n  \"financeiro_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_save_antropometria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/antropometria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "antropometria"
          ]
        },
        "description": "Save body measurements (anthropometry) for a patient. Call webdiet_create_antropometria first to get the antropometria_id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"antropometria_id\": \"\",\n  \"massa\": \"\",\n  \"estatura\": \"\",\n  \"estatura_sentado\": \"\",\n  \"altura_joelho\": \"\",\n  \"dobra_triceptal\": \"\",\n  \"dobra_biciptal\": \"\",\n  \"dobra_abdominal\": \"\",\n  \"dobra_subescapular\": \"\",\n  \"dobra_axilar\": \"\",\n  \"dobra_coxa\": \"\",\n  \"dobra_toraxica\": \"\",\n  \"dobra_suprailiaca\": \"\",\n  \"dobra_panturrilha\": \"\",\n  \"dobra_supraespinhal\": \"\",\n  \"c_pescoco\": \"\",\n  \"c_torax\": \"\",\n  \"c_ombro\": \"\",\n  \"c_cintura\": \"\",\n  \"c_abdomen\": \"\",\n  \"c_quadril\": \"\",\n  \"c_bracorelaxado\": \"\",\n  \"c_bracorelaxado_dir\": \"\",\n  \"c_bracocontraido\": \"\",\n  \"c_bracocontraido_dir\": \"\",\n  \"c_antebraco\": \"\",\n  \"c_antebraco_dir\": \"\",\n  \"c_coxaproximal\": \"\",\n  \"c_coxaproximal_dir\": \"\",\n  \"c_coxamedial\": \"\",\n  \"c_coxamedial_dir\": \"\",\n  \"c_coxadistal\": \"\",\n  \"c_coxadistal_dir\": \"\",\n  \"c_panturrilha\": \"\",\n  \"c_panturrilha_dir\": \"\",\n  \"diametro_umero\": \"\",\n  \"diametro_punho\": \"\",\n  \"diametro_femur\": \"\",\n  \"formula_escolhida\": \"\",\n  \"refAntropometria\": \"\",\n  \"lado\": \"\",\n  \"bioimpedancia_agua\": \"\",\n  \"bioimpedancia_massa\": \"\",\n  \"bioimpedancia_gordura\": \"\",\n  \"bioimpedancia_osseo\": \"\",\n  \"bioimpedancia_massalivre\": \"\",\n  \"bioimpedancia_idade\": \"\",\n  \"bioimpedancia_visceral\": \"\",\n  \"bioimpedancia_massaGordura\": \"\",\n  \"bioimpedancia_percentualMagra\": \"\",\n  \"origem\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"antropometria_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "webdiet_upload_anexo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upload/anexo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upload",
            "anexo"
          ]
        },
        "description": "Upload a file (PDF, image, etc.) to a patient's attachments in WebDiet.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"upload_code\": \"\",\n  \"file_url\": \"\",\n  \"file_base64\": \"\",\n  \"file_name\": \"\",\n  \"tipo\": \"\",\n  \"nome_anexo\": \"\",\n  \"salvar_cloud\": false,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}