Based on @Jack D'Aurizio, I will try to answer my question.
So the problem says that:
$$1^3+2^3+3^3+\ldots+n^3 =\left[\frac{n(n+1)}{2}\right]^2\tag{1}$$
And if it was true, it will also be true for:
$$1^3+2^3+3^3+\ldots+(2n+1)^3+ =\left[\frac{n(n+1)}{2}\right]^2\tag{2}$$
But (2) also includes de even number, and the question ask for the odds ones.
$$ 1^3+3^3+\ldots+(2n+1)^3 = \left(\frac{(2n+1)(2n+2)}{2}\right)^2-8\left(\frac{n(n+1)}{2}\right)^2 \tag{4}$$
Where the even ones are express by:
$2^3+4^3+6^3+\ldots+(2n)^3+=\left[\frac{2n(2n+1)}{2}\right]^2\to 2^3(1^3+2^3+\ldots+n^3)=8\left(\frac{n(n+1)}{2}\tag{3}\right)^2$
Now we have to simplify our expression by dividing then multiplying the RHS of (4) by $(n+1)^2$ (That is multiplying by one, which don't change our expression on the both sides)
$$\frac{(n+1)^2}{(n+1)^2}\Biggl[\left(\frac{(2n+1)(2n+2)}{2}\right)^2-8\left(\frac{n(n+1)}{2}\right)^2\Biggr]$$
$$(n+1)^2\Biggl[(2n+1)^2-8\left(\frac{n^2}{4}\right)\Biggr]$$
That leads us finally to:
$$1^3+3^3+⋯+(2n+1)^3=(n+1)^2(2n^2+4n+1)$$
My thanks to those who answer me!