Build and start the server:
just build serveIssue a GET request:
obelisk execution submit --follow \
.../http.request -- \
'"get"' \
'"https://httpbin.org/get"' \
'[]' \
nullIssue a POST request:
obelisk execution submit --follow \
.../http.request \
-- \
'"post"' \
'"https://httpbin.org/post"' \
'[["Content-Type", "application/json"]]' \
'{"text": "{\"hello\": \"world\"}"}'