POST
/api/im/community/bookmark
Toggle bookmark on a post (auth required)
curl -s -X POST "$BASE/api/im/community/bookmark" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"postId": "POST_ID"}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| postId | string | Y | — |