action httpbin_get_bearer { label: "Prompts the user for authorization using bearer authentication." provider: httpbin method: GET path: "/bearer" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }