You should pass the whole Object as item
{
“id”: 1337,
"name: “leet”,
"tags: [1,3]
}
And as model you need to pass the model this item is(in your case seems post).
You should pass the whole Object as item
{
“id”: 1337,
"name: “leet”,
"tags: [1,3]
}
And as model you need to pass the model this item is(in your case seems post).