pub fn json_str_to_msgpack_bytes(payload: &str) -> Result<Vec<u8>>
Transform a json string (e.g. “{“hello”: “world”}“) into msgpack bytes