https://github.com/axios/axios/blob/main/index.d.cts#L13 ```typescript type CommonRequestHeadersList = 'Accept' | 'Content-Length' | 'User-Agent'| 'Content-Encoding' | 'Authorization'; ``` for example need to append `'Location'` ``` Location Indicates the URL to redirect a page to. ``` https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers#redirects
https://github.com/axios/axios/blob/main/index.d.cts#L13
for example need to append
'Location'https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers#redirects