package types import "github.com/golang-jwt/jwt/v5" type UserClaims struct { UserID string `json:"user_id"` // Role jwt.RegisteredClaims }