string
CustomerModel
[FromBody]
public class PostModel { public List<string> ImagesPath { get; set; } public string Description { get; set; } }