runAndGetResponse($request); $body = $response->getBody(); if ($body->isSeekable()) { $body->rewind(); } return $response; } }