curl --location --request DELETE '/v2/catalog/collections/<string>/items' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
"items": [
{
"id": "<string>"
}
]
}'
{
"$ref": "#/components/schemas/CatalogCollection/example"
}