http->post(self::PATH); } public function status(string $uid): array { return $this->http->get(self::PATH.'/'.$uid.'/status'); } }