Create a PUT 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 put($uri = null, $headers = null, $body = null);