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