I am getting this error while working on MS graph create subscription for Microsoft Teams.
Here is my request example POST https://graph.microsoft.com/beta/subscriptions
Request body { "changeType": "created,updated", "notificationUrl": "{notificationUrl}", "lifecycleNotificationUrl": "{lifenotificationUrl}", "resource": "/chats/{id}/messages", "includeResourceData": true, "encryptionCertificate": "{base64exncrytionsertificate}", "encryptionCertificateId": "{customID}", "expirationDateTime": "2020-02-28T04:00:00.0000000Z", "clientState": "{Notifications}" }