curl --location -g --request POST 'https://api.green-api.com/v3/waInstance<Ваш idInstance из личного кабинета Green API>/createGroup/<Ваш apiTokenInstance из личного кабинета Green API>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "Group created by Green API",
"chatIds": ["10000000", "10000001"]
}'
{
"created": true,
"chatId": "-10000000000000",
"groupInviteLink": "https://max.ru/join/oA25vH5ZOk3z-eaJfVFAZKZFArnTfNw2uigrUW2PPmk"
}