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