pub async fn ray_log<T: Into<String>>(
    value: T
) -> Result<RayRequest, Box<dyn Error>>