How to use libcurl third party in UE4

I programmed a program that upload a picture to server used “curl.h” in VS2017.But in UE4,it doesnt work,how do i use
the third party “libcurl” in UE4 to make my program successful.

Hi,

First option that you have is to add libcurl as third party plugin to your UE4 project

Second option is to use built in HTTP framework