{
"collectionId": "979021551752146",
"name": "Renamed collection",
"productIdsToAdd": ["6453048211460721"],
"productIdsToRemove": ["6453048211460719"]
}curl --location --globoff 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/editCollection/<Your apiTokenInstance from your Green API account>' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data '{
"collectionId": "979021551752146",
"name": "Renamed collection",
"productIdsToAdd": ["6453048211460721"],
"productIdsToRemove": ["6453048211460719"]
}'{
"edited": true,
"newCollectionId": "979021551752146"
}