curl --request POST \
--url https://{server-url}/group/toggleEphemeral/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"expiration": 123
}
'This response has no body data.Toggle temporary messages on group
curl --request POST \
--url https://{server-url}/group/toggleEphemeral/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"expiration": 123
}
'This response has no body data.