Idempotency-Key header. Use it to make retries safe when a network timeout or uncertain 5xx response leaves the mutation outcome unknown.
Behavior
- New key: Sellfern processes the mutation and stores the response.
- Same key with the same request: Sellfern replays the original response without repeating the mutation.
- Same key with a different request: Sellfern returns
422 idempotency_conflict.
