I have integrated Apple Wallet in Node.js to generate gift cards. The integration is successful, and I have created the Apple Wallet pass.
Now, I need help with updating the pass that has already been added to the user's Apple Wallet. For example, when the card expires, I need to update the expiration status text on the card and send a notification to the user. Additionally, when the user uses the card and the amount is reduced, I need to update the amount text as well.
Additionally, when the user uses the card and the amount is reduced, I need to update the amount text as well.