Catalog
- GET /api/ebooks
- GET /api/ebooks/:id
BookSell uses session-backed endpoints. Authenticated requests should come from the same browser session that holds the Supabase auth cookies.
Production: https://booksell-kr.vercel.app/api
Local: http://localhost:3000/api
Protected routes rely on the BookSell web session cookies issued by Supabase.