In the current state, the generic HTTP request and most of the generic API actions have Headers as an object. This prevents the headers from being built dynamically. This is especially needed for the Graph API and the generic HTTP request as different endpoints often require different headers. This also appears to be an issue with any action that has object as the type for an input variable.