模拟更新用户(PUT 请求)
static Future<User> updateUser(User user) async { await Future.delayed(const Duration(seconds: 1)); return user; }