curl --location --globoff 'https://api.green-api.com/waInstance/createGroup/' \
--header 'Content-Type: application/json' \
--data '{
"groupName": "Group created by Green API",
"chatIds": ["10000000", "10000001"],
"type": "supergroup", // Optional. Can be '\''group'\'' or '\''supergroup'\'' (defalut)
"messageAutoDeleteTime": 14 // Optional. Message auto-delete time in days. Valid range from 0 (default) to 365
}'{
"created": true,
"chatId": "-10000000000000",
"groupInviteLink": "https://t.me/+AbCdEfGfdbtjKlMnOp"
}