package utils import "github.com/golang-jwt/jwt" type Claims struct { UserId string UUID string jwt.StandardClaims }