As an integrator I would like to use idempotency keys to ensure PATCH requests are only processed once in the event of an interruption in communication.
Use cases:
Webhooks can be triggered by account activity. If a PATCH request is sent twice, the webhook will be triggered twice
If a PATCH request is sent twice, with no idempotency key, to add to a grouped custom field set then multiple entries will be created