const res = await axios.put('https://httpbin.org/put', { hello: 'world' }); res.data.headers['Content-Type'];