Security Authorized Access at Webhook

I have a custom webhook set up on Auth0; it calls a payload URL(my external endpoint). If I make a request from Postman, how can I distinguish requests coming from Auth0 versus Postman, especially if someone attempts to hack my system? Furthermore, How can I implement to secure my webhook and prevent unauthorized access to my external endpoint?