pub fn proto_to_json(
    proto_bytes: &Vec<u8>,
    msg_name: &str,
    service_api_descriptor: &ServiceApiDescriptor
) -> Result<Value, Status>