How do I validate that a webhook request actually came from Docker Hub?

I am using Docker Hub webhook to setup my CI\CD. I need to validate that the POST call is coming from docker hub and not some script. We have secrets in Github webhook. Do we have similar thing in Dockerhub.