I need a solution
It it possible to use Workflow Solution (http post component?) to make a http post request with a custom header like
authorization: Bearer fTkguwodBUIbNAduRNbkllkl
because that is what Box.com's Enterprise provisioning API expects.
Or do I need to use C# and Code/Script component to make the post request so that I can modify the header?