curl --request POST \
--url https://{server-url}/group/updateGroupPicture/{instance} \
--header 'Content-Type: application/json' \
--data '{
"image": "https://evolution-api.com/files/sticker.png"
}'
"<any>"
curl --request POST \
--url https://{server-url}/group/updateGroupPicture/{instance} \
--header 'Content-Type: application/json' \
--data '{
"image": "https://evolution-api.com/files/sticker.png"
}'
"<any>"
"{{groupJid}}"
Successful response
The response is of type any
.