| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Action |
string | ✔️ | The action to execute | create_employee |
Path |
Dictionary<String, object> | ➖ | Path parameters for the action | { "id": "123" } |
Query |
Query | ➖ | Query parameters for the action | |
Headers |
Dictionary<String, object> | ➖ | Headers for the action | { "Content-Type": "application/json" } |
Body |
Dictionary<String, object> | ➖ | Request body for the action | { "data": "example" } |