Notification History doesn't include "subtype" in signedPayload
We've implemented Apple Server v2 Notifications on our BE to cover our subscriptions logic. Now we want to implement Log system for our customer service, where we can see the notifications history
When we call POST https://api.storekit-sandbox.itunes.apple.com/inApps/v1/notifications/history
we receive NotificationHistoryResponse with notificationHistoryResponseItem[]
Within notificationHistoryResponseItem we retrieve "signedPayload" To read the notification response body, we Base64 URL-decode the "signedPayload". In payload we see "notificationType" but "subtype" is missing