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/login.hurl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 http/login.hurl (limited to 'http/login.hurl') diff --git a/http/login.hurl b/http/login.hurl new file mode 100644 index 0000000..906cfe4 --- /dev/null +++ b/http/login.hurl @@ -0,0 +1,14 @@ +POST http://localhost:8080/v1/login +{ + "username": "wormhole", + "password": "12345678" +} +HTTP 200 + +POST http://localhost:8080/v1/login +{ + "username": "wormhole", + "password": "1234567899" +} +HTTP 401 + -- cgit v1.2.3