{"success":true,"message":"NusaFlix API","version":"2.0.0","endpoints":{"films":"/films","filmById":"/films/:id","filmBySlug":"/films/slug/:slug","search":"/films/search?q=query","byGenre":"/films/genre/:genre","latest":"/films/latest?limit=20","recent":"/films/recent?limit=20","topRated":"/films/top-rated?limit=20","similar":"/films/similar/:slug?limit=12","countries":"/films/countries","genres":"/films/genres","list":"/films/list?contentType=film&page=0&pageSize=20&year=2024&quality=HD&sort=newest","watchHistory":{"update":"POST /watch-history (header: X-User-Id)","get":"GET /watch-history (header: X-User-Id)","getByCatalog":"GET /watch-history/:catalogId (header: X-User-Id)","clear":"DELETE /watch-history (header: X-User-Id)","remove":"DELETE /watch-history/:catalogId (header: X-User-Id)"},"watchlist":{"get":"GET /watchlist (header: X-User-Id)","add":"POST /watchlist (header: X-User-Id)","remove":"DELETE /watchlist/:catalogId (header: X-User-Id)","check":"GET /watchlist/check/:catalogId (header: X-User-Id)","clear":"DELETE /watchlist (header: X-User-Id)"},"appVersion":"/api/version","downloadApk":"/api/download-apk","pushToken":"POST /api/push-token (header: X-User-Id)","notifications":"GET /api/notifications (header: X-User-Id)"}}