API-8109
The Idempotency-Key header is not valid
Why it happens
An idempotency key is 1 to 255 visible characters without spaces, and the value in this request is not.
What to do
Send a unique identifier for each operation, such as a UUID.
- HTTP status
- 400
- Retrying does not help