Hi, i'm trying to figure out a way to get the Principal or request context from within the OperationHandler. I need to be able to take the caller's credentials to make a call to a downstream system. Right now, I am able to work around this by defining the api_key as a header parameter but that doesn't play well with swagger-ui and other tools.