pub fn get_data_from_dict<'a>( payload: &'a Value, key: &'a str, ) -> Option<&'a [u8]>
Extract a byte slice from {key: Data(...)}.
{key: Data(...)}