const data: Record<string, any> | void = await CartoDBServiceV2.getWorld(
                ctx.query.geostore as string,
                ctx.query.period as string,
                ctx.request.headers['x-api-key'] as string
            );