[ 'X-Ninja-Token' => 'test_token_for_now', 'X-URL' => config('ninja.app_url'), ], ]); $response = $client->post($this->url, [ RequestOptions::JSON => ['html' => $html], ]); return $response->getBody()->getContents(); } }