## Unwrap `webhooks.unwrap()` **** `` ### Example ```python import os from avara import Avara client = Avara( api_key=os.environ.get("AVARA_API_KEY"), # This is the default and can be omitted ) client.webhooks.unwrap() ```