cURL
curl --request POST \ --url https://api.zapsterapi.com/v1/wa/instances/{instance_id}/groups/{group_id}/promote-participants \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "participants": [ "5511123451234" ] }'
{}
Promover participantes para administrador de 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