Create a PATCH request for the client
string|array $uri Resource URI:
array|Collection $headers HTTP headers:
string|resource|EntityBodyInterface $body Body to send in the request:
EntityEnclosingRequestInterface
Guzzle\Http\ClientInterface::createRequest()
public function patch($uri = null, $headers = null, $body = null);