Cargo.toml
axum = { git = "https://github.com/tokio-rs/axum.git", features = ["tokio"] }
reqwest = { version = "0.11", features = ["json", "cookies"] }
tokio = { version = "1.28", features = ["macros", "net", "rt-multi-thread"]}main.rs
use axum::http::header::{SET_COOKIE, HeaderValue};