const data: Record<string, any> = await CartoDBService.getWorldWithGeojson(
                ImazonAlertsRouterV1.checkGeojson((ctx.request.body as Record<string, any>).geojson),
                ctx.query.alertQuery as string,
                ctx.query.period as string
            );