action reverb_get_my_follows { label: "See what the user is following" description: "See what the user is following" provider: reverb method: GET path: "/my/follows" encoding: json output: { type: "object" additionalProperties: true } }