POST /api/collections/[id]/items
Add a saved item to a collection.Requires authentication. Collection owner only.
Request Body
Response (201)
DELETE /api/collections/[id]/items
Remove a saved item from a collection. This also removes the item from thesaved_items table.