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