Map<String, dynamic> toJson() { return { 'userId': userId, 'accessToken': accessToken, 'createdAt': createdAt.toIso8601String(), 'email': email, }; }