import{Intopays}from"intopays";constintopays=newIntopays();constpayload={endpoint:"https://exemple.intopays.com/webhooks"};try{constresponse=awaitintopays.webhooks.create(payload);console.log("Webhook criado com sucesso:",response);}catch(error){console.error("Erro ao criar webhook:",error);...