1 2 3 4 5 6
namespace IOL.BookmarkThing.Server.Api.Internal.Account; public class UpdatePasswordRequest { public string NewPassword { get; set; } }