Currently we need to copy body's value, because all httplib::Result getters are const. There is also no way to get httplib::Result::_res ownership because it is private and unique_ptr.
It would be nice to by able to use std::move for body, if we want to store it somewhere, and use after result destruction.