Description of your new file.
POST
APIs in Bridge require idempotency to guarantee safe retries and prevent duplicate operations. You must include an Idempotency-Key
header with a unique value for each request.
This ensures that if a request is retried (due to network errors, client timeouts, or unexpected failures), Bridge can detect the duplication and return the same response, without performing the operation again.
Do not include an Idempotency-Key with GET, PUT, PATCH, or DELETE requests. These methods are naturally idempotent and do not require this header.