Idempotency Key Conflict
422https://optimizeyourimage.com/docs/problems/idempotency-key-conflict
What it means
This Idempotency-Key was already used with a different request body or parameters.
How to resolve it
Use one unique key per unique request. Reuse a key only for byte-identical retries.
Retrying
Retry with a new key.
Include the X-Request-Id response header when contacting [email protected] about a specific failure.