downloadFile

@Streaming
@GET
abstract suspend fun downloadFile(@Url fileUrl: String): Response<ResponseBody>