I am attempting to gzip my request payload using Axios. The request is:
axios({ url: url, data, headers: { ‘Content-Encoding’: ‘gzip’, }, method