I tried to use SDK with stream and i have a Syntax error exception in the HandlesRequests line 39. The JSON is invalid ``` return json_decode($response->getBody()->getContents(), true, flags: JSON_THROW_ON_ERROR); ```