action bunq_list_all_content_for_attachment_public { description: "Get the raw content of a specific attachment." provider: bunq method: GET path: "/attachment-public/{attachment-publicUUID}/content" encoding: json input: { type: "object" properties: { "attachment-publicUUID": { type: "string" } } required: ["attachment-publicUUID"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }