The validation error suggests that your notification URL is not able to respond to an endpoint validation request send by Microsoft.
Your notification endpoint should have provision for reading the validation token from the query parameters and return it back immediately.
Follow this link for more information:
To know how a sample notification endpoint handles this validation request, refer to the link below
Code from line 67 - 69 handles the validation request
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.