curl --request PUT \
--url https://staging-api.covver.io/api/ext/v1/collection/{collectionId}/product/{productId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "Active",
"notes": "<string>"
}'