Support for idempotency is currently under development
Idempotency-Key header with your request. The API stores
the response for the first request with a given key and returns the same result for any
subsequent requests using that key within 24 hours (after which the key expires and
can be re-used).
Idempotency-Key header that is longer than 255 characters.
The API saves both successful and failed responses, including server errors. If you
retry a request with the same idempotency key but different parameters (query, body
and/or headers), the API will return an error to prevent accidental misuse. Keys are only
stored after validation passes and execution begins, so validation failures can be safely
retried.