``` public function importPlaylist($url) { return $this->request('/bot/playlists', 'POST', json_encode(array("importFrom" => $url))); } ```