action lumminary_post_authorization_result_file { label: "Provide a file result to the authorization, e" description: "g. a pdf report" provider: lumminary method: POST path: "/products/{productId}/authorizations/{authorizationId}/file" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } original_filename: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }