How to complete the challenge POST /heartbeat as PATCH (500)

Send a normal POST request to /heartbeat, but add this header:

X-HTTP-Method-Override: PATCH

The server treats the request as a PATCH and returns the simulated 500 response.

Try it now

POST /heartbeat with PATCH override to trigger 500
Experiment with this endpoint