namespace IOL.BookmarkThing.Server.Api.Internal.Account; public class UpdatePasswordRequest { public string NewPassword { get; set; } }