This repository was archived by the owner on Feb 22, 2026. It is now read-only.
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
anon/backend) : Save/Unsave Reviews for Later #574
For any queries, or anything, join out [Telegram Group](https://t.me/shogenlabs) or contact [Poulav](https://t.me/impoulav), [Soham](https://t.me/tosoham) or [Rahul](https://t.me/darkdanate)
Title
Bookmarks API: Save/Unsave Reviews for Later
Description
Type of Issue: Feature / Backend / API / UX
Directory:
anon/backendTask :
bookmarks {user_id, post_id, created_at}with unique (user,post).POST /posts/{id}/bookmark,DELETE /posts/{id}/bookmark,GET /me/bookmarks?cursor=&limit=.Current:
Expected: