hmacBase64
Computes HMAC and returns the result as Base64-encoded string. See Chapter 38.
data(required): the message to authenticatekey(required): the secret keyalgorithm(required): hash algorithm (e.g., "SHA-256")
utlx
{
signature: hmacBase64($input.payload, env("SECRET"), "SHA-256")
}