plain Payload
@Serializable(with = ByteArrayBase64UrlNoPaddingSerializer::class )
@SerialName(value = "payload" )
Raw payload bytes.
JWS serializers and signature-input construction base64url-encode these bytes where required. Callers should not pre-encode the payload.