getParsedBody(); $payload[ShortUrlInputFilter::API_KEY] = AuthenticationMiddleware::apiKeyFromRequest($request); return ShortUrlCreation::fromRawData($payload, $this->urlShortenerOptions); } }