action testfire_get_feedback { label: "getFeedback" description: "Retrieve feedback" provider: testfire method: GET path: "/feedback/{feedbackId}" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } feedbackId: { type: "string" } } required: ["Authorization", "feedbackId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }