V5: Webhooks

what is the v5 way of doing this:

const webhook = await strapi.webhookStore.createWebhook(body);
    strapi.webhookRunner.add(webhook);
}

This topic has been created from a Discord post (1293992929052065913) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

what is the v5 way of doing this:

const webhook = await strapi.webhookStore.createWebhook(body);
    strapi.webhookRunner.add(webhook);
}