Idempotency-Key
RU: Idempotency-Key
A unique client-supplied token — typically a UUID — sent in the Idempotency-Key HTTP header on a non-idempotent request such as POST. The server stores the key and its response after the first execution and returns the cached result on any retry, making the request safe to repeat after a timeout or network failure without producing duplicate side-effects.