@ -348,6 +348,11 @@ _post_kvs_key(const httplib::Request &req_,
std::string val;
fmt::print(req_.body);
res_.set_content("",
"application/json");
j = json::parse(req_.body);
key = req_.path_params.at("key");
val = j;