action httpbin_get_user_agent { label: "Return the incoming requests's User-Agent header." provider: httpbin method: GET path: "/user-agent" encoding: json output: { type: "object" additionalProperties: true } }