{
  "endpoints": {
    "create_log": "/api/logs/create [POST]",
    "current_time": "/api/logs/time [GET]",
    "get_all_logs": "/api/logs/get/all [GET]",
    "get_logs_by_type": "/api/logs/get/<tipo_log> [GET]",
    "health_check": "/api/logs/health [GET]"
  },
  "features": [
    "Creaci\u00f3n de logs (Info, Warning, Error)",
    "Notificaciones autom\u00e1ticas por correo (Warning/Error)",
    "Gesti\u00f3n de plantillas de correo",
    "Zona horaria M\u00e9xico (CDMX)"
  ],
  "message": "API de Logs DXLogging",
  "success": true,
  "version": "1.0.0"
}
