Get raw audio using get request

Hi

I need to make a GET request that returns a raw audio blob using Freshworks OAuth. The request configuration requires a content-type parameter.

Questions:

  1. What content-type should I use for a GET request expecting an audio blob response?
  2. How do I handle this with the OAuth access token only available in my request file?

Any help would be appreciated!

Thank you.