pub fn calculate_hash(value: String) -> String
Calculates the SHA-512 hash value for the given payload.
value
A hexadecimal string representing the SHA-512 hash value.