Is it possible to POST an array or collection? I am trying to update a collection with the data shape e.g.
{
"collection": [
{
"key": "value"
}
]
}
I can only seem to update single collections. I can see the bind array but I can’t find any documentation on this