Appearance
Votes a post up or down and returns the Post object. If already voted, then changes the vote.
Request must have the following JSON body:
type Request = { postId: string; up: boolean; // true for upvotes, false for downvotes };