action reverb_post_my_follows_categories_identifier { label: "Follow a category" description: "Follow a category" provider: reverb method: POST path: "/my/follows/categories/{identifier}" encoding: json input: { type: "object" properties: { identifier: { type: "string" } } required: ["identifier"] additionalProperties: false } output: { type: "object" additionalProperties: true } }