Warning
Application error
17534: Idempotency key payload mismatch
A request with the same Idempotency-Key was previously submitted with a different payload. The original response is returned only when the payload matches exactly.
- Reusing an idempotency key with a different request body.
- Use a new UUID for a different request, or submit the identical payload to retrieve the original response.