API structure has changed
  28 structure changes including:
    
    28 Additions
        Added
        28
      
      DELETE /api/v1/firm/{firm}/client/{id}
          DELETE /api/v1/firm/{firm}/employee/{id}
          DELETE /api/v1/firm/{firm}/group/{group}/user
          DELETE /api/v1/firm/{firm}/group/{id}
          DELETE /api/v1/firm/{id}
          DELETE /api/v1/network/{id}
          GET /api/v1/firm
          GET /api/v1/firm/{firm}/client
          GET /api/v1/firm/{firm}/client/{id}
          GET /api/v1/firm/{firm}/employee
          GET /api/v1/firm/{firm}/employee/{id}
          GET /api/v1/firm/{firm}/group
          GET /api/v1/firm/{firm}/group/{id}
          GET /api/v1/firm/{id}
          GET /api/v1/network
          GET /api/v1/network/{id}
          GET /api/v1/user
          POST /api/v1/firm
          POST /api/v1/firm/{firm}/client
          POST /api/v1/firm/{firm}/employee
          POST /api/v1/firm/{firm}/group
          POST /api/v1/firm/{firm}/group/{group}/user
          POST /api/v1/network
          PUT /api/v1/firm/{firm}/client/{id}
          PUT /api/v1/firm/{firm}/employee/{id}
          PUT /api/v1/firm/{firm}/group/{id}
          PUT /api/v1/firm/{id}
          PUT /api/v1/network/{id}
          