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