pub async fn api_retrieve_bytes(
    app_id: &str,
    question: &str
) -> Result<Result<Bytes, WolframalphaError>, Box<dyn Error + Send + Sync>>
Expand description

Does the same thing as api_retrieve_image but instead of retrieving the image it just gives you the raw bytes of the image instead