Add integration tests for SearchApiClient covering: - GetUserSearchesAsync with authentication returns success - GetUserSearchesAsync without authentication returns unauthorized - GetSearchAsync with non-existent ID returns not found
Add 4 integration tests for LookupApiClient that verify lookup endpoints work correctly through the actual HTTP pipeline without authentication.