Hi @Josaphat_Aviles ,
What you are looking for is a C++ REST client. There are a lot of options here, so it is really user preference. Here is a wrapper for libcurl (restclient-cpp) that looks user friendly. Another option would be to use the libcurl C API directly.
If you are having problems installing libraries into your application, I'd suggest starting a new thread for those questions, since that's a general c++ topic. If you could post the error messages you are seeing, we could help you better.
... View more