## Unsafe Unwrap `client.webhooks.unsafeUnwrap(RequestOptionsoptions?): void` **** `` ### Example ```typescript import Avara from 'avara'; const client = new Avara({ apiKey: process.env['AVARA_API_KEY'], // This is the default and can be omitted }); await client.webhooks.unsafeUnwrap(); ```