namespace InventoryApi.Models; public class InternalOwnerInventoryBatchRequest { public List OwnerIds { get; set; } = []; }