use std::http::jsonClient fn main = jsonClient() # json client post 'http://localhost:1234/login', username: 'test', password: 'test' # Either -> || ( it.body.accessToken ) # Either |> println # IO () # Without operators fn main = jsonClient() post 'http://localhost:1234/login', username: 'test', password: 'test' map || ( it.body.accessToken ) fold println ()