Validate JWT received via Webhook

I am attempting to build a flow which is triggered by a webhook from an external application. To secure the calls from the third party application, I am including a JWT in the HTTP request.

Are there any methods inbuilt in Make.com (without relying on a third-party service) to validate the JWT?