see the image If i delete the email after restore the email in box then microsoft graph api send a new created notification on end point
url : https://graph.microsoft.com/v1.0/subscriptions
{
"changeType": "created",
"notificationUrl": "https://8f3e-49-249-44-34.ngrok-free.app/pp/",
"resource": "/me/messages",
"expirationDateTime": "2023-12-31T23:23:45.9356913Z",
"clientState": "7YT8Q~JU.bB1SkGw5bQmGEQPS06pCDTPBb3M1a5~",
"latestSupportedTlsVersion": "v1_2",
"includeResourceData" : true
}
if i delete the email after restore the email in inbox then microsoft is send new notification on endpoint

