Make HTTP requests to any API endpoint and process the response
Parameter | Type | Required | Description |
---|---|---|---|
endpoint_url | string | Yes | The URL of the API endpoint to call |
request_type | string | Yes | HTTP method (GET, POST, PUT, DELETE, etc.) |
params | object | Yes | Parameters, headers, or body data to send |