SyntaxFix
Write A Post
Hire A Developer
Questions
You can pass data as the third argument to call(). Or, depending on your API, it's possible you may want to use the sixth parameter.
call()
From the docs:
$this->call($method, $uri, $parameters, $files, $server, $content);