Which webhook topic should you subscribe to for tracking when a customer updates their information? 👤
### Explanation
The correct webhook topic for customer updates is `customers/update`.
Key points:
- Standard webhook topic format: `resource/action`
- Common customer-related topics:
- `customers/create`: New customer signup
- `customers/update`: Customer information changes
- `customers/delete`: Customer account deletion
- `customers/disable`: Customer account disabled
- `customers/enable`: Customer account enabled
Answer Options:
- customers/edit
- customers/modify
- customers/update
- customers/change