PATCH /v2/catalog/collections/{collection_id}/items
.curl --location --request POST '/v2/catalog/collections' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "<string>",
"visibility": "private",
"items": [
{
"asset": {
"type": "<string>",
"id": "<string>"
}
},
{
"asset": {
"type": "<string>",
"id": "<string>"
}
}
]
}'
{
"$ref": "#/components/schemas/CatalogCollection/example"
}