Just now I started a Project where I want to use some API applications with a Telegram Bot, that's quite difficult for me cause I dont have any API experience.
I started to follow the libcurl lib for C++ which works quite good with compiling. But I don't get how I can do the POSTing to a website with the required authenthication.
Did someone already work with libcurl and can give me some hints what I have to set up to make this work properly that I can make a POST Request and get the Data back in a vector or smth^^

This is the easy handle from Curl which I got but I don't get how I can POST a whole Key&SecureKey&Timestamp with a char, expected it to be a string or stringstream...






