Register a Pass for Update Notifications

Hello everyone,

I developed an application to create passes.

I add a webservice URL to manage updates, password deletions, ...

When I add a pkpass in ios(17.2) simulator, the POST endpoint of my webserviceURL is never reached on my local server, but the GET and DELETE endpoints are reached.

Does anyone encounter this kind of problem and how can I get the POST endpoint working in the simulator? Thanks in advance to anyone who helps me =)