A queued review was resolved

Delivered to the webhook URL configured in dashboard Settings when a human resolves a review. **Verify the signature against the raw request bytes.** The `Portreeve-Signature` header carries `sha256=<hex>`, the HMAC-SHA256 of the exact body we sent, keyed with your webhook secret (`whsec_…`). If a JSON body parser runs before verification, re-serialised whitespace will make verification fail. **Deliveries retry with backoff until you return 2xx**, so your handler must be idempotent — revoking an already-revoked account is a no-op, not an error. Respond 2xx quickly and do slow work (refunds, emails) asynchronously.