{"message":"Biowraps Backend API is running","version":"1.0.0","baseUrl":"http://localhost:8080","documentation":"Xem FRONTEND_API_GUIDE.md","modules":{"auth":{"register":"POST /api/auth/register","registerAdmin":"POST /api/auth/registerAdmin","login":"POST /api/auth/login","logout":"POST /api/auth/logout"},"categories":{"getAll":"GET /api/categories","getById":"GET /api/categories/:id","create":"POST /api/categories","update":"PUT /api/categories/:id","delete":"DELETE /api/categories/:id","migrationPreview":"POST /api/categories/:categoryId/migration-preview","migrateProducts":"POST /api/categories/:categoryId/migrate-products"},"products":{"getAll":"GET /api/products?category_id=...","getById":"GET /api/products/:id","create":"POST /api/products","update":"PUT /api/products/:id","delete":"DELETE /api/products/:id"},"banners":{"getAll":"GET /api/banners","getById":"GET /api/banners/:id","create":"POST /api/banners","update":"PUT /api/banners/:id","delete":"DELETE /api/banners/:id"},"items":{"getAll":"GET /api/items","getById":"GET /api/items/:id","create":"POST /api/items","update":"PUT /api/items/:id","delete":"DELETE /api/items/:id"},"brands":{"getAll":"GET /api/brands","getById":"GET /api/brands/:id","create":"POST /api/brands","update":"PUT /api/brands/:id","delete":"DELETE /api/brands/:id"},"profiles":{"getMe":"GET /api/profiles","updateMe":"PUT /api/profiles"},"collections":{"getAll":"GET /api/collection","getWebUser":"GET /api/collection/web_user","getWebUserProducts":"GET /api/collection/web_user/:id","getById":"GET /api/collection/:id","create":"POST /api/collection","swap":"POST /api/collection/swap","update":"PUT /api/collection/:id","delete":"DELETE /api/collection/:id"},"blogs":{"getAll":"GET /api/blogs","getList":"GET /api/blogs/list","getPublished":"GET /api/blogs/published","getBySlug":"GET /api/blogs/slug/:slug","getById":"GET /api/blogs/:id","create":"POST /api/blogs","update":"PUT /api/blogs/:id","publish":"PATCH /api/blogs/:id/publish","archive":"PATCH /api/blogs/:id/archive","delete":"DELETE /api/blogs/:id"}}}