Is there a way to use JavaScript to retrieve the API 'Authorization' parameter, which contains the access token, from the Headers section of the Inspect Tools -> Network in Firefox? Alternatively, is it possible to save a log of network traffic and then scan the file with JavaScript to find the token? I am looking to automatically download this log daily so that I can review it. Have you ever implemented something like this before?