Description
Some APIs require multiple custom headers for interaction, for example both an Auth Bearer token and an app_id or similar. Actions currently only allow for custom authorization headers and have no option to add additional headers.
Expected behaviour
Users should be able to add multiple headers in addition to Auth on any one action to permit interaction with more complex APIs.