Attempt:
$$ e^z = \sum_{n=0}^\infty \frac{z^n}{n!}$$ $$ e^z - 1 = \sum_{n=0}^\infty \frac{z^n}{n!} -1$$ $$ e^z - 1 = z\sum_{n=0}^\infty \frac{z^n}{(n+1)!} $$ Thus $$ \frac{z}{e^z-1} = \frac{1}{\sum_{n=0}^\infty \frac{z^n}{(n+1)!}}.$$
How to proceed from this form? $z$ is complex.
For exponential powerseries $A(z)=\displaystyle\sum_{n\geqslant 0} a_n \dfrac{z^n}{n!}$, $B(z)=\displaystyle\sum_{n\geqslant 0} b_n\dfrac{z^n}{n!}$, under appropriate convergence assumptions, we have that $C(z)=A(z)B(z)=\displaystyle\sum_{n\geqslant 0} c_n\dfrac{z^n}{n!}$ where $\displaystyle c_n=\sum_{k=0}^n\binom nka_nb_{n-k}$. In your case, for $A(z)=\dfrac{z}{e^z-1}$ and $B(z)=\dfrac{e^z-1}{z}$, we have that $a_n=\dfrac{1}{n+1}$, $c_n=[n=0]$, so that the coefficients $b_n$ are determined by $b_0=1$ and by the recursive formula $$\sum_{k=0}^n \binom nk \frac{1}{k+1}b_{n-k}=0\;,n>0$$
These are the Bernoulli numbers.