select
net.http_post(
--url:='https://postman-echo.com/post',
url:='https://162.159.142.41/post',
headers := '{"Content-Type":"application/json", "Host":"postman-echo.com"}'::jsonb,
body:='{"hello": "world"}'::jsonb,
timeout_milliseconds := 10000
) as request_id;
select
net.http_post(
--url:='https://postman-echo.com/post',
url:='https://162.159.142.41/post',
headers := '{"Content-Type":"application/json", "Host":"postman-echo.com"}'::jsonb,
body:='{"hello": "world"}'::jsonb,
timeout_milliseconds := 10000
) as request_id;