$api->call()
Execute an API call for the given path, request method and optional request data
$api->call(string $path = null, string $method = 'GET', array $requestData = [ ]): mixedParameters
| Name | Type | Default | 
|---|---|---|
| $path | string | null | 
| $method | string | 'GET' | 
| $requestData | array | [ ] | 
Return type
mixed