In a local/testing environment, there seems to be no way to support the Drip API's Preview/Test mode.
I think this would be a great API to have, easily configured with an ENV variable:
const drip = Drip({
token: API_KEY,
accountId: ACCOUNT_ID,
preview: true,
})