{
  "info": {
    "name": "DietBox — mcp.ai",
    "description": "REST API for the DietBox 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/dietbox",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "dietbox_agenda_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/agenda/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "agenda",
            "list"
          ]
        },
        "description": "Read schedule/agenda in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start\": \"\",\n  \"end\": \"\",\n  \"timezone\": 0,\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_agenda_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/agenda/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "agenda",
            "summary"
          ]
        },
        "description": "Read schedule/agenda in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start\": \"\",\n  \"end\": \"\",\n  \"timezone\": 0,\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_agenda_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/agenda/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "agenda",
            "write"
          ]
        },
        "description": "Create a new event/appointment in the Dietbox agenda.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"titulo\": \"\",\n  \"tipo\": \"\",\n  \"start\": \"\",\n  \"end\": \"\",\n  \"timezone\": \"\",\n  \"descricao\": \"\",\n  \"todo_dia\": false,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_anamnese_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "delete"
          ]
        },
        "description": "Remove uma anamnese do Dietbox. Ação irreversível.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"anamnesis_id\": \"\",\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"anamnesis_ids\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_anamnese_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "get"
          ]
        },
        "description": "Read anamnesis (health history questionnaire) records in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnesis_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"search\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnesis_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_anamnese_get_latest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/get/latest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "get",
            "latest"
          ]
        },
        "description": "Read anamnesis (health history questionnaire) records in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnesis_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"search\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnesis_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_anamnese_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "list"
          ]
        },
        "description": "Read anamnesis (health history questionnaire) records in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnesis_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"search\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnesis_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_anamnese_write_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/write/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "write",
            "create"
          ]
        },
        "description": "Create or update an anamnesis (health history questionnaire) in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnesis_id\": \"\",\n  \"descricao\": \"\",\n  \"texto_livre\": \"\",\n  \"tipo\": 0,\n  \"data\": \"\",\n  \"overrides\": {},\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnesis_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_anamnese_write_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anamnese/write/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anamnese",
            "write",
            "update"
          ]
        },
        "description": "Create or update an anamnesis (health history questionnaire) in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anamnesis_id\": \"\",\n  \"descricao\": \"\",\n  \"texto_livre\": \"\",\n  \"tipo\": 0,\n  \"data\": \"\",\n  \"overrides\": {},\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anamnesis_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_antropometria_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/antropometria/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "antropometria",
            "delete"
          ]
        },
        "description": "Delete an anthropometric evaluation from Dietbox. This is irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"anthropometry_id\": \"\",\n  \"account\": \"\",\n  \"anthropometry_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_antropometria_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/antropometria/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "antropometria",
            "get"
          ]
        },
        "description": "Read anthropometric evaluations in Dietbox (weight, height, BMI, body composition).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anthropometry_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"tipo\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anthropometry_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_antropometria_get_latest",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/antropometria/get/latest",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "antropometria",
            "get",
            "latest"
          ]
        },
        "description": "Read anthropometric evaluations in Dietbox (weight, height, BMI, body composition).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anthropometry_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"tipo\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anthropometry_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_antropometria_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/antropometria/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "antropometria",
            "list"
          ]
        },
        "description": "Read anthropometric evaluations in Dietbox (weight, height, BMI, body composition).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"anthropometry_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"tipo\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"anthropometry_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_antropometria_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/antropometria/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "antropometria",
            "write"
          ]
        },
        "description": "Create a new anthropometric evaluation in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"weight\": 0,\n  \"height\": 0,\n  \"type\": 0,\n  \"description\": \"\",\n  \"date\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_chat_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/chat/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "chat",
            "list"
          ]
        },
        "description": "Read chat conversations in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"unread\": false,\n  \"take\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_chat_messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/chat/messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "chat",
            "messages"
          ]
        },
        "description": "Read chat conversations in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"unread\": false,\n  \"take\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_chat_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/chat/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "chat",
            "write"
          ]
        },
        "description": "Send a chat message to a patient in Dietbox. Pass message data as a JSON string.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_get_goal_progress",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/goal/progress",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "goal",
            "progress"
          ]
        },
        "description": "Get goal progress for a Dietbox patient: completion percentages, streaks, recent activity.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"timezone\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_get_nutritionist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/nutritionist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "nutritionist"
          ]
        },
        "description": "Get the nutritionist's professional profile in Dietbox: CRN, specialties, signature, subscription details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_get_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "profile"
          ]
        },
        "description": "Get the nutritionist's Dietbox profile (perfil): name, email, subscription plan, features.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_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 Dietbox accounts linked to this install.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_list_diario",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/diario",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "diario"
          ]
        },
        "description": "List food diary entries for a Dietbox patient on a specific date. Shows what the patient ate, meal photos, comments.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"date\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_list_finance_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/finance/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "finance",
            "transactions"
          ]
        },
        "description": "List financial transactions in Dietbox: payments, receivables, filtered by date and status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"start_date\": \"\",\n  \"end_date\": \"\",\n  \"paid\": false,\n  \"category\": \"\",\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_list_goals",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/goals",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "goals"
          ]
        },
        "description": "List nutrition/health goals for a Dietbox patient: weight targets, habit goals, custom objectives.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_meal_plan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/meal/plan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "meal",
            "plan"
          ]
        },
        "description": "Get the active meal plan (plano alimentar) for a patient in Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_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 patient from Dietbox. Irreversible.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_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 Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"search\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"is_active\": false,\n  \"order\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_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 Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"search\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"is_active\": false,\n  \"order\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_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 Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"Name\": \"\",\n  \"Email\": \"\",\n  \"Phone\": \"\",\n  \"MobilePhone\": \"\",\n  \"Birthday\": \"\",\n  \"Gender\": \"\",\n  \"Cpf\": \"\",\n  \"Observation\": \"\",\n  \"IsActive\": false,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_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 Dietbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"Name\": \"\",\n  \"Email\": \"\",\n  \"Phone\": \"\",\n  \"MobilePhone\": \"\",\n  \"Birthday\": \"\",\n  \"Gender\": \"\",\n  \"Cpf\": \"\",\n  \"Observation\": \"\",\n  \"IsActive\": false,\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_prescription_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "get"
          ]
        },
        "description": "Read supplement/herbal medicine prescriptions in Dietbox (NOT meal plans — use dietbox_meal_plan for food plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"prescription_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"search\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"prescription_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_prescription_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "list"
          ]
        },
        "description": "Read supplement/herbal medicine prescriptions in Dietbox (NOT meal plans — use dietbox_meal_plan for food plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"prescription_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"search\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"prescription_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_prescription_list_models",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/list/models",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "list",
            "models"
          ]
        },
        "description": "Read supplement/herbal medicine prescriptions in Dietbox (NOT meal plans — use dietbox_meal_plan for food plans).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"prescription_id\": \"\",\n  \"skip\": 0,\n  \"take\": 0,\n  \"search\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\",\n  \"prescription_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_prescription_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prescription/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prescription",
            "write"
          ]
        },
        "description": "Create a new supplement/herbal medicine prescription in Dietbox. For meal plans, use dietbox_meal_plan (read-only — Dietbox não expõe escrita via API).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"patient_id\": \"\",\n  \"data\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_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 Dietbox patient: medical history, notes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dietbox_prontuario_write",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prontuario/write",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prontuario",
            "write"
          ]
        },
        "description": "Update the clinical record (prontuario) for a Dietbox patient. Pass the text content directly (HTML supported). Returns 204 on success.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"patient_id\": \"\",\n  \"text\": \"\",\n  \"account\": \"\",\n  \"patient_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}