Token Authentication in Server-to-Server OAuth App

Description
I have a server to server o-auth application wherein zoom room webhook events are subscribed. As per security requirement, any event (HTTP request) sent from Zoom towards webhook should have bearer token issued by organization O-auth server/issuer in authorization header. How can token authentication method be enabled?