I know from the documentation that I can do something like the following to capture a specific header:
type MyApi = "view-my-referer" :> Header "from" Referer :> Get '[JSON] Referer
But I'm exploring some webhooks that aren't well documented, and I'd like to just inspect all the headers in the request.