We need to be able to pass the API key/value by
body
as well. Currently the only options are to pass the api key by headers or by query parameters. But there are some api services that require it to be passed as part of the body for security purposes (i.e. ensures that data is included in the encryption stream, and doesn't support it being sent in the headers). Thank you.