#pragma once #include "../utils/http_client.h" #include #include namespace commands { int dispatch(const HttpClient &client, const std::vector &args); } // namespace commands