I have a web api in C# which accept a fileId and return DTO below
public class DownloadResponse { public string FileType { get; set; } public byte[] FileD