/communities/{communityId}/rules
GET
Returns an array of CommunityRule objects.
POST
Creates a community rule.
Requests must have the following JSON body:
ts
type Request = {
rule: string;
description: string;
};