package models import "github.com/golang-jwt/jwt/v5" type CustomClaims struct { jwt.RegisteredClaims UserID uint `json:"id"` }