action httpbin_get_uuid { label: "Return a UUID4." provider: httpbin method: GET path: "/uuid" encoding: json output: { type: "object" additionalProperties: true } }