action httpbin_get_cookies_set { label: "Sets cookie(s) as provided by the query string and redirects to cookie list." provider: httpbin method: GET path: "/cookies/set" encoding: json input: { type: "object" properties: { freeform: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }