pub async fn create_playlist( client: &SpotifyApi, user_id: &str, name: &str, description: Option<&str>, public: bool, ) -> Result<Option<Value>, HttpError>