A service that I am working with requires two values to be sent in the header.
Making a successful request requires authentication using request headers. Valid values for the request header attributes named x-api-key and x-security-key are required to ensure secure access to your data. The content of your header might look something like the following:
How do I add two keys to the header for authorization? I can do it per request, but trying to do it correctly so that this will apply to all of my requests in the collection.
My end goal is to make a Custom Connector for Power Apps, MS Flow, etc.