cURL
curl --request POST \ --url https://api.zapsterapi.com/v1/wa/instances/{instance_id}/groups/{group_id}/participants \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '""'
{}
Adicionar novo participante em um grupo.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Os participantes foram adicionados com sucesso.
The response is of type object.
object