getCustomerAccountHistory
GET/customer-accounts/:id/history
Retrieves the customer accounts related to a specified customer account, including their status (ACTIVE or INACTIVE).
If the customer is ACTIVE: Returns a list of all previous customer accounts (ancestors) that reference this account as their successor.
If the customer is INACTIVE: Returns a single record pointing to the active successor account that inherited this customer account.