When I log in, serde thorws the error "data did not match any variant of untagged enum Response"
thread 'main' panicked at src/main.rs:4:62:
called `Result::unwrap()` on an `Err` value: Serde(Error("data did not match any variant of untagged enum Response", line: 0, column: 0))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
When I log in, serde thorws the error "data did not match any variant of untagged enum Response"