UPDATE 2: Managed to do it! Got the precompiled binaries from here:
https://github.com/HazeProductions/libcurl
(thank @frk1 very much for his repo)downloaded them then extracted the release folder to proper curl folder on my machine then
dmd -L-libcurl app.d -I"C:\libcrl"
worked just fine. Topic closed.