#pragma once int32_t curlRequest(const std::string& url, const std::string& body, std::string& output, bool jsonBody);