pub fn construct_signing_payload( method: &str, path: &str, timestamp: i64, body: &[u8], ) -> String
Construct the canonical signing payload.
Format: "{METHOD}\n{PATH}\n{TIMESTAMP}\n{BODY_SHA256_HEX}"
"{METHOD}\n{PATH}\n{TIMESTAMP}\n{BODY_SHA256_HEX}"