{"success":true,"message":"File Upload API is running! 🚀","version":"1.0.0","endpoints":{"login":"POST /api/auth/login","upload":"POST /api/upload (requires JWT token)"},"documentation":{"login":{"method":"POST","url":"/api/auth/login","body":{"username":"string","password":"string"},"response":{"token":"JWT token","user":"User object"}},"upload":{"method":"POST","url":"/api/upload","headers":{"Authorization":"Bearer <JWT_TOKEN>"},"body":{"file":"PowerPoint file (.ppt or .pptx, max 50MB)"},"response":{"pdfUrl":"URL to download PDF"}}}}