package models import "github.com/golang-jwt/jwt/v5" type JwtClaims struct { Jwt_id uint `json:"jwtID"` jwt.RegisteredClaims }