AI authored to showcase ironpad capabilities.
This notebook demonstrates making HTTP requests from ironpad cells using async Rust.
Cells that use .await are automatically compiled as async functions.
You can deserialize JSON responses into Rust types using serde_json.