{"name":"ReactionBase API","version":"1.0.0","endpoints":{"profile":"GET /api/creator/:creatorId/profile","posts":"GET /api/creator/:creatorId/posts","post":"GET /api/creator/:creatorId/post/:postId","comments":"GET /api/creator/:creatorId/post/:postId/comments","addCreator":"POST /api/creator","searchCreator":"GET /api/creator/search?name=...","syncCreators":"POST /api/creator/sync","syncCreatorPosts":"POST /api/creator/:creatorId/sync-posts","savedPosts":"GET /api/creator/:creatorId/saved-posts","allPosts":"GET /api/posts","getPost":"GET /api/posts/:postId","updatePostLinks":"PATCH /api/posts/:postId/links","syncAllPosts":"POST /api/posts/sync","createReaction":"POST /api/reaction","getReactions":"GET /api/reaction","getReaction":"GET /api/reaction/:id","getReactionsByCreator":"GET /api/reaction/creator/:creatorId","uploadImage":"POST /api/reaction/upload","discordAuth":"GET /api/auth/discord","discordCallback":"GET /api/auth/discord/callback","me":"GET /api/auth/me","unlockedPosts":"GET /api/user/unlocked","unlockPost":"POST /api/user/unlock","verifyUnlock":"GET /api/user/unlock/verify/:token"}}