Execute any Fiber API operation by operationId.
IMPORTANT:
- Most operations require `apiKey` in the request body.
- Prefer search_endpoints() first when operation choice is ambiguous.
- Use get_endpoint_details_full(operationId='...') first for complex/nested parameter shapes.
Args:
operationId: The operation ID to call
params: Parameters dict: {"body": {...}, "path": {...}, "query": {...}}
Returns:
API response data or error details.
Connector