Function cURL()
// Local cEXE := 'curl.exe '
Local cMode := "-X POST " + cPostURL +''
Local cData := ''
Local cSilent := '-s '
Local cCmd
Local cOut := '-o output.txt '
// Local cSender := 'John'
// Local cId := '123'
**************************************************************************************************************
* EXCLAMATION_MARK='!'
* --data-urlencode "Body=Hello there$EXCLAMATION_MARK" \
* -u ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:your_auth_token
****************************************************************************************************************
* --data-urlencode 'Body=hello this ti testing message from twill whats app api' \
* --data-urlencode 'ForceDelivery=true' \
* -u aufp**********************************************************7de138a2203dea
*
'-data-urlencode 'Body=hello this ti testing message from twill whats app api' \ '+;
'-data-urlencode 'ForceDelivery=true' \ '+;
'-u aufp**********************************************************7de138a2203dea'
/*
cData := '-H "Content-Type:multipart/form-data" \ '+;
'-H "cache-control:no-cache" \ '+;
'-H "content-type: multipart/form-data" \ '+;
'-F emailfrom='+cEmailfrom+'\ '+;
'-F sender='+cSender+'\ '+;
'-F id='+cId+'\ '+;
'-F attach=@test.pdf ' /*
cCmd := cMode + cData + cSilent + cOut
return hb_run(cCmd)