API structure has changed
  8 structure changes including:
    
    8 Modifications
        Modified
        8
      
      GET /api/v1/firm/{firm}/client
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
GET /api/v1/firm/{firm}/client/{id}
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
GET /api/v1/firm/{firm}/employee
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
POST /api/v1/firm/{firm}/cases
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
POST /api/v1/firm/{firm}/client
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
POST /api/v1/firm/{firm}/employee
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
PUT /api/v1/firm/{firm}/cases/{id}
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
PUT /api/v1/firm/{firm}/client/{id}
              - Response
- 
  200 response Modified
    - task_board_uuid property Added
 
