Setting Authorization Header in Webhooks

I find out an OK work around for this in Next.js. Simply add an endpoint in the /pages/api that can receive the webhook from prismic and send its own hook to Digital Ocean with the necessary auth header. Prismic has a field for secret, so you can enter the token there or get it from an env var.