action reverb_post_my_follows_brands_slug { label: "Follow a brand" description: "Follow a brand" provider: reverb method: POST path: "/my/follows/brands/{slug}" encoding: json input: { type: "object" properties: { slug: { type: "string" } } required: ["slug"] additionalProperties: false } output: { type: "object" additionalProperties: true } }