extractArgument($params, 'body'); $endpointBuilder = $this->endpoints; $endpoint = $endpointBuilder('TextStructure\FindStructure'); $endpoint->setParams($params); $endpoint->setBody($body); return $this->performRequest($endpoint); } }