idk if it's just unavailable for Windows 10 or Visual Studio 2019, but I just can't build curl on my Windows 10 computer having Visual Studio 2019 and I neither can find a .lib file, just .exe and .dll, am I missing any tool I need to build it? Can somebody else otherwise pls build it for me?
I would suggest, instead, to seriously consider Boost "Beast" and/or Asio.
I say this for several reasons, not the least of which is that Boost is intended for most platforms and compilers, but that some (Asio in this case) libraries either are or may become part of the C++ standard, when appropriate.
Boost has the features you need of curl, but without the ambiguity, and quite likely improved features.