Future<void> changePassword(String password) async { await _post('update', { 'password': password, }); }