Como fazer uma solicitação de postagem com GuzzleHttp (versão 5.0). Estou tentando fazer o seguinte: $client = new \GuzzleHttp\Client(); $client->post( 'http://www.example.com/user/create', array( 'email' => '[email protected]', 'name' => 'Test user', 'password' => 'testpassword'...