curl --location -g --request DELETE '{{baseURL}}/admin/collections//products/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_ids": [
"string"
]
}'
{
"id": "string",
"object": "product-collection",
"removed_products": [
"string"
]
}