Hello.
We used App Store Server Notifications V1 for purchase notifications.
And we decided to switch to version 2.
We got a problem.
If we use v2 and make a test purchase, the callback will receive a call with an empty requestBody.
If we use v1, then a call comes with data.
If we use https://api.storekit-sandbox.itunes.apple.com/inApps/v1/notifications/test for simulate notification, when version 2 is enabled, callback receive call with correct requestBody.
What could be the problem? Thank you.