.NET Core - Enable response compression middleware

builder.Services.AddResponseCompression();
app.UseResponseCompression();