I've reading contour integration and then I came up with this one which I want to solve \begin{equation}\int_0^\infty \frac{x^{1/3}}{x^4+1}dx.\end{equation} I saw a video where the author dealt with a similar integral as written below, $$\int_0^\infty \frac{x^{1/2}}{x^2+1}dx,$$ but for some reasons I cannot manage to compute the integral $\int_0^\infty \frac{x^{1/3}}{x^4+1}dx$ to the correct answer, which, according to Maple is $\sqrt{3}\pi/6$. My main idea was to make a keyhole contour but I failed when calculating the answer. The residues was easy to compute. As what I see, all of them would lay inside my contour.
So can someone come with some hints so I can continue? Maybe you have the key so I can manage to compute the integral. Notice that this is not a homework problem. Please have a look at my contour!
As you can see, the $Z_1,...,Z_4$ represent my poles.
Edit: I've added my work. I took a screen dump!


You're right that once we've explained why the arcs vanish we're left with$$\left(1-\exp\frac{2\pi i}{3}\right)\int_0^\infty\frac{x^{1/3}}{x^4+1}dx=2\pi i\sum_{j=0}^3\lim_{z\to e^{\pi i/4+j\pi i/2}}\frac{z^{4/3}-e^{\pi i/4+j\pi i/2}z^{1/3}}{z^4+1}.$$By L'Hôpital's rule, the sum is$$\sum_j\lim_{z\to e^{\pi i/4+j\pi i/2}}\frac{\tfrac43z^{1/3}-\tfrac13e^{\pi i/4+j\pi i/2}z^{-2/3}}{4z^3}=\tfrac14\sum_j\lim_{z\to e^{\pi i/4+j\pi i/2}}e^{-2\pi i/3-j\pi i/4},$$because$$\frac{\tfrac43z^{1/3}-\tfrac13z\cdot z^{-2/3}}{4z^3}=\tfrac14z^{-8/3}.$$Now you just need to sum this geometric series, then multiply by $\frac{2\pi i}{1-\exp\frac{2\pi i}{3}}$.