{
"collections": [
{
"collectionId": "979021551752146",
"fromIndex": 0,
"toIndex": 2
}
]
}curl --location --globoff 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/moveCollections/<Your apiTokenInstance from your Green API account>' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data '{
"collections": [
{
"collectionId": "979021551752146",
"fromIndex": 0,
"toIndex": 2
}
]
}'{
"moved": true,
"collections": [
{
"collectionId": "979021551752146",
"fromIndex": 0,
"toIndex": 2
}
]
}