pub fn make_signed_body<R: Serialize + Send + Sync>( req_id: u64, method: &str, params: R, signer: &PrivateKeySigner, ) -> Result<(String, String)>