I'm building a Dynamic Object to fetch data from an API. The API returns XML data by default, but will return JSON when the API request contains an Accept: application/json header.
Can you introduce the ability for me to send custom request headers with API requests issued via Dynamic Objects?