How to receive changes of push notification via ANCS

I'm trying to implement the apple notification center service (ANCS) and want to display notifications from our application, but sometimes we need to update our notification and in this case, we send new push notifications via APNS with the same apns-collapse-id, and on-device this push notification change correctly, but I expect that this changes will be sent via ANCS to my device, but iOS didn't send it. What did I do wrong? How I can replace/modify the push notification which was sent and receive these changes via ANCS on my device?

p.s. We use FCM + APNS for sending push notifications.

p.s.s I'm using use iPhone 12 mini with iOS 15.2