public IActionResult AddPostFromApi(string[] ItemList) { _postService.AddPostFromArray(ItemList); return(Json(new { status = "success" })); }