BHttpBody
BHttpBody& Body() const;
BHttpBody&
body = BHttpBody{};
body = BHttpBody{std::move(bodyString)};
std::optional<BHttpBody> body;