{
  "info": {
    "_postman_id": "f5d968fd-8c6e-49a2-9ac4-9fd8f0dc9a2d",
    "name": "DocCoreX API Collection",
    "description": "Starter Postman collection for DocCoreX public API endpoints.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Health Check",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/api/health",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "health"
          ]
        }
      },
      "response": []
    }
  ],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://sandbox.doccorex.com",
      "type": "string"
    }
  ]
}
