✅ Running
Base URL: http://localhost:4000
/
Esta página - Información de la API
/health
Health check - Verifica conexión con la base de datos
/tickets
Obtener todos los tickets (100 tickets con su estado)
/tickets/reserve
Reservar un ticket
Body: { "number": "42", "nombre": "Juan", "telefono": "3001234567" }
/tickets/:number/status
Actualizar estado de un ticket (Admin)
Body: { "status": "paid" } o { "status": "available" }
/tickets/reset-all
Resetear todos los tickets a disponibles (Admin)