Our endpoint is throwing 502 Bad Gateway errors when Genesys pushes interaction events. The platform keeps retrying, which is fine, but I need a way to drop the payload into a dead letter queue after the final attempt fails. Is there a header in the webhook request that indicates it’s the last retry? Or should I just track the X-Genesys-Retry-Count myself in the handler?