Hello everyone, I have a question regarding idempotent behavior. Here’s my issue: I’m attempting to create a new account by sending a POST request to the /v1/vault/accounts endpoint with the following details:
The account is successfully created, but when I execute the same request a second time, I expected to receive information about the previously created account. However, a new account is being created instead.
mdale, thank you for your response. The issue stemmed from a typo in the header key, which was an oversight on my part. I apologize for any inconvenience, the problem has been resolved.