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