Here's an example calling a language translation service.
VALUES
HTTP_POST('https://translate.argosopentech.com/translate',
'q=Can%20I%20see%20the%20wine%list%3F&source=en&target=es&api_key=xxxxxxxx',
'{"header":"accept, application/json",
"header":"Content-Type, application/x-www-form-urlencoded",
"sslTolerate":"true"} ')
------------------------------
Kent Milligan
------------------------------