Appearance
Make the authenticated user join or leave a community.
Requests must have the following JSON body:
type Request = { communityId: string; leave: boolean; // false by default };
Returns a Community object.