API structure has changed
  5 structure changes including:
    
    1 Addition
    4 Modifications
        Modified
        4
      
      GET /api/v2/addresses/{uuid}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - primary_accounts property Added
 
 
- 
  application/json content type Modified
    
POST /api/v2/addresses
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - primary_accounts property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v2/addresses/{uuid}
              - Body
- 
  application/json content type Modified
    - primary_account_uuids property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - primary_accounts property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v2/contact-details/{id}
              - Body
- 
  application/json content type Modified
    - primary_account_uuids property Added
 
        Added
        1
      
      POST /api/v1/illustration/{illustration_uuid}/proceed
          