Verify Bearer Token Express Middleware question

Hi,
When using verifyBearerTokenExpressMiddleware function in plugin with get it is not working. How can I use this function. It is giving me {message: Access denied. Bearer token missing }
I thought this function was to get logged user info.

Are you sending the token in your header Authorization when making the request? That error simply means the plugin didn’t authorize the user because it didn’t send a token.