Call an HTTP/HTTPS API and return the API response
Make an HTTP/HTTPS request to an external API and return the response.
The workflow takes an Axios (Node.js-based HTTP client) config as input and returns the HTTP status code, header, and response body in the `Payload` object.