Im working on passkit response back API (IOS Wallet). When my targeted clients downloads my coupon apple wallet will hit my API with some data for example: /v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber}
That i stores in my database after some business logic.
to test my business logic i have to download my wallet card and delete again & again for testing. i was thinking if i can use POSTMAN instead of iphone it will save time.
Is there a way to send request from postman to my Apple wallet Passkit API. for my development purposes. Right now, im deleting my coupon card every time to regenerate my request, still i need some more debugging code for example i want to dump some variable to see weather my data coming or no.
any help will make my life little easy.
Thank you!