I am reading through the documentation for V2 webhooks as we are hoping to migrate to it soon. However, I do not understand the purpose of the auth_user and auth_password. My guess is that I am supposed to set these values so that when you post a notification to my webhook endpoint you can also include a basic authorization header built from those values. Is that assumption correct?
Thanks