I'm working to Open Stack in particular to Swift All in One (SAIO). I need to use C++ and libcurl for authentication.
Using curl via terminal I use this command (and it works);
curl -v -H 'X-Auth-User: $SWIFTACCOUNT:$SWIFTUSER' -H 'X-Auth-Key: $SWIFTPASSWORD'
How can I run this command with libcurl in C++?