🔌 API Endpoints
POST
/api/auth/login
Authenticate and get access token
POST
/api/auth/register
Register new user with invitation code
GET
/api/store/apps
List all available apps (requires auth)
GET
/api/store/apps/{id}
Get app details (requires auth)
GET
/api/store/apps/{appId}/download/{versionId}
Download APK file (requires auth)