*/ trait Post { abstract public function post(string $path = '', array $parameters = [], Paginator $paginator = null); }