🎬 Ogaro API
Backend API for the Ogaro anime app.
Endpoints
GET /api/user— Get user profileGET /api/favorites— List favoritesPOST /api/favorites— Add favoriteDELETE /api/favorites?animeId=xxx— Remove favoriteGET /api/history— Get watch historyPOST /api/history— Save watch progressDELETE /api/history?animeId=xxx— Clear history
All endpoints require Authorization: Bearer <clerk_user_id>