Blank Gin without middleware by defaultUse r := gin.New() instead of // Default With the Logger and Recovery middleware already attachedr := gin.Default()