given three complex numbers $(z_1 , z_2 , z_3)$ lying on the unit circle and related by the equation $ \frac{ z_1^2}{z_2 z_3} + \frac{ z_2^2}{z_1 z_3} + \frac{ z_3^2}{z_1 z_2} +1 =0$, find the sum of all possible values of $|z_1 + z_2 + z_3|$
I have no idea how to solve it systematically but with some guessing I found that $(1,1,-1) $ is a solution triplet for this constraint. And, if $(1,1,-1)$ is a solution then by the symmetry of how the equation is, it means that $(-1,1,1)$ and $(1,-1,1)$ are also solutions.
But, I'm not sure how to rule out/ find more solutions. Ideally, the answer I"m looking for is a general method to approach these kind of questions.