rest_call
Send RESTful API calls to external endpoints for data retrieval or updates. Supports GET, POST, PUT, HEAD methods with custom headers and body.
Instructions
Make a RESTful API call to external endpoints for data retrieval or updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | API endpoint URL. | |
| method | Yes | HTTP method. | POST |
| headers | No | Request headers (JSON format) | |
| body | Yes | Request body (string) |