namespace DrinkRateAPI.ApiModels.UserProfile; public class ChangeAdminStatusBody { public bool ChangeStatusTo { get; set; } }