Lightweight landing page and Quick Start
✅ Service is Running
1) Include X-PowerSchool-User and X-PowerSchool-Role headers
2) Roles: admin can access all; regular users access their own files
3) Dev shortcut: append ?devUser=testuser to requests in Development
Copy-paste to verify your connection:
curl -i http://localhost:5090/api/files?all=false \
-H "X-PowerSchool-User=testuser" \
-H "X-PowerSchool-Role=admin"