action randommer_get_api_card { label: "Get Card" provider: randommer method: GET path: "/api/Card" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }