Attempt 1
·
const headers: Record<string, string> = { 'Content-Type': 'application/json', // no Idempotency-Key };
const headers: Record<string, string> = { 'Content-Type': 'application/json', 'Idempotency-Key': `webhook:${req.eventId}`, };