API structure has changed
  9 structure changes including:
    
    1 Addition
    8 Modifications
        Modified
        8
          Breaking
      
      GET /api/v1/conversation/{uuid}
              - Response
- 
  200 response Modified
    - participants property Modified
 
GET /api/v1/import/{uuid}
              - Response
- 
  200 response Modified
    - updated_at, errors_count properties Added
 
POST /api/v1/client
              - Body
- 
   content type Modified
    - previous_review_date, anniversary_review_date properties Added
 
POST /api/v1/conversation
              - Response
- 
  200 response Modified
    - participants property Modified
 
POST /api/v1/firm/{firm_uuid}/branding
              - Body
- 
   content type Modified
    - banner property Added
 
POST /api/v1/import/client
              - Response
- 
  200 response Modified
    - updated_at, errors_count properties Added
 
PUT /api/v1/client/{uuid}
              - Body
- 
   content type Modified
    - direct_report_uuid, prospect_converted_at, will_notes, next_review_date, previous_review_date, anniversary_review_date properties Modified
- email property Removed
- groups property Added
 
PUT /api/v1/conversation/{uuid}
              - Response
- 
  200 response Modified
    - participants property Modified
 
        Added
        1
      
      POST /api/v1/import/valuations
          