API structure has changed
  3 structure changes including:
    
    3 Modifications
        Modified
        3
      
      GET /api/v2/bank-accounts/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - account_holders property Added
 
 
- 
  application/json content type Modified
    
POST /api/v2/bank-accounts
              - Body
- 
  application/json content type Modified
    - account_holders property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - account_holders property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v2/bank-accounts/{id}
              - Body
- 
  application/json content type Modified
    - account_holders property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - account_holders property Added
 
 
- 
  application/json content type Modified
    
