pub fn decrypt_message(
    receiver_key: &SecretKey,
    msg_json: Value
) -> Result<String, Error>