{
  "service": "voice-ai mock business API",
  "warning": "Datos de prueba. Sin autenticación. No usar en producción.",
  "domains": {
    "dentist": [
      "POST /dentist/verify-identity",
      "GET /dentist/services",
      "GET /dentist/practitioners",
      "GET /dentist/availability",
      "GET /dentist/appointments",
      "POST /dentist/appointments",
      "PATCH /dentist/appointments/{ref}",
      "POST /dentist/appointments/{ref}/cancel"
    ],
    "tickets": [
      "GET /tickets/events",
      "GET /tickets/events/{id}",
      "GET /tickets/shows/{id}",
      "GET /tickets/shows/{id}/seats",
      "POST /tickets/orders",
      "GET /tickets/orders/{ref}",
      "POST /tickets/orders/{ref}/cancel"
    ],
    "store": [
      "GET /store/categories",
      "GET /store/products",
      "GET /store/products/{id}",
      "GET /store/products/{id}/availability",
      "GET /store/branches",
      "POST /store/quotes",
      "GET /store/quotes/{ref}"
    ],
    "pages": [
      "/p/appointment/{ref}",
      "/p/event/{id}",
      "/p/order/{ref}",
      "/p/quote/{ref}",
      "/p/product/{id}",
      "/p/pay/{token}"
    ],
    "admin": [
      "GET /health",
      "POST /admin/reset"
    ]
  }
}