In this example, we create an endpoint named "/suma", that allows to perform add operation over all input data using a GET Request.
Added "/multiplicacion?=M1&=M2&=M3...&=MN", for multiplicate the numbers Mi each other, and "/fibonacci?=n", for a fibonacci's series of n numbers.