API structure has changed
  3 structure changes including:
    
    3 Modifications
        Modified
        3
          Breaking
      
      GET /api/v1/cases/{uuid}
              - Response
- 
  200 response Modified
    - participants_count property Modified
 
POST /api/v1/cases
              - Response
- 
  200 response Modified
    - participants_count property Modified
 
PUT /api/v1/cases/{uuid}
              - Body
- 
   content type Modified
    - completed_at property Modified
 
- Response
- 
  200 response Modified
    - participants_count property Modified
 
