Update up_gr.html
Browse files- up_gr.html +2 -0
up_gr.html
CHANGED
|
@@ -88,6 +88,8 @@
|
|
| 88 |
groupName: groupName,
|
| 89 |
chatIds: chatIds
|
| 90 |
};
|
|
|
|
|
|
|
| 91 |
try {
|
| 92 |
const response = await fetch('https://api.green-api.com/waInstance1101952913/createGroup/fb4986a9d9cb40ef9be6c7b08cb9c98b7a3b1dc8c6834b0b92', {
|
| 93 |
method: 'POST',
|
|
|
|
| 88 |
groupName: groupName,
|
| 89 |
chatIds: chatIds
|
| 90 |
};
|
| 91 |
+
console.log('JSON to be sent:', JSON.stringify(payload, null, 2));
|
| 92 |
+
|
| 93 |
try {
|
| 94 |
const response = await fetch('https://api.green-api.com/waInstance1101952913/createGroup/fb4986a9d9cb40ef9be6c7b08cb9c98b7a3b1dc8c6834b0b92', {
|
| 95 |
method: 'POST',
|