namespace Femto.Api.Controllers.Auth; public record ChangePasswordRequestBody(Guid UserId, string NewPassword);