#pragma once #include struct Conf { std::string token; std::string apiurl; };