Hello,
I need a way to add custom headers into a role webhook call, in order to call internal routes that need API keys.
The solution we found was to provide the API key directly into the path parameters, but that makes it so the key leak internally in our logs. Also, making the route key-less is not an option for us.
