Create group
curl --request POST \
--url https://api.l2msg.com/whatsapp/group/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"subject": {},
"description": "<string>",
"participants": [
"<string>"
]
}'
curl --request POST \
--url https://api.l2msg.com/whatsapp/group/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"subject": {},
"description": "<string>",
"participants": [
"<string>"
]
}'
Create group
curl --request POST \
--url https://api.l2msg.com/whatsapp/group/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"subject": {},
"description": "<string>",
"participants": [
"<string>"
]
}'
curl --request POST \
--url https://api.l2msg.com/whatsapp/group/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"subject": {},
"description": "<string>",
"participants": [
"<string>"
]
}'