curl --location --request DELETE '/v1/whatsapp/v24.0/groups//participants' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"participants": [
{
"user": "string"
}
]
}'{}