fluig_rest_post
Execute authenticated POST requests against any Fluig REST path, using JSON body or form data.
Instructions
Escape hatch: authenticated POST against any path. body is a JSON string; set form=true for x-www-form-urlencoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Body (JSON string). | |
| form | No | Send as x-www-form-urlencoded. | |
| path | Yes | Path. |