action httpbin_get_redirect_to { label: "302/3XX Redirects to the given URL." provider: httpbin method: GET path: "/redirect-to" encoding: json input: { type: "object" properties: { status_code: { type: "integer" } url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }