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