namespace TOOHUCardAPI.Models { public class PlayerDataRequestObject { public string Method { get; set; } public string[] Ids { get; set; } } }