Configuration
The Action step has the following configuration options:- URL: The URL to send the request to.
- Method: The HTTP method to use for the request.
- Headers: A list of headers to send with the request.
- Body: The body of the request. This can be a JSON object or a string.
- Query parameters: A list of query parameters to send with the request.
The body can be one of several types:
- JSON object
- Form URL encoded
- Multipart form
- XML
- YAML
- Plain
- None

