GET /v2/editorial/images/categories
instead. This endpoint lists the categories that editorial images can belong to, which are separate from the categories that other types of assets can belong to.curl --location --request GET '/v2/editorial/categories' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Authorization: Basic Og=='
{
"$ref": "#/components/schemas/EditorialCategoryResults/example"
}