From 262f161f42c4e59beec41c6f440336c38385426a Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 20 Dec 2023 20:46:00 -0600 Subject: Initial commit --- http/register.hurl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 http/register.hurl (limited to 'http/register.hurl') diff --git a/http/register.hurl b/http/register.hurl new file mode 100644 index 0000000..bf2737d --- /dev/null +++ b/http/register.hurl @@ -0,0 +1,7 @@ +POST http://localhost:8080/v1/register +{ + "username": "wormhole", + "password": "12345678" +} + +HTTP 201 -- cgit v1.2.3