If you can't find a solution below, please open an issue.
When debugging or testing, it may be useful to examine the raw request body. In the examples/example.php
file, after your API call use this code to echo out the statuscode, body and headers:
echo $response->statusCode();
echo $response->body();
echo $response->headers();