diff --git a/rest.http b/rest.http index e80ad51..75892c2 100644 --- a/rest.http +++ b/rest.http @@ -1,3 +1,8 @@ +### +POST http://localhost:1323/api/v1/register?username=test&password=test +### +POST http://localhost:1323/api/v1/login?username=test&password=test +### GET http://localhost:1323/api/v1/demo/hello ### GET http://localhost:1323/api/v1/demo/hello/james @@ -5,5 +10,12 @@ GET http://localhost:1323/api/v1/demo/hello/james GET http://localhost:1323/api/v1/demo/hello/body Content-Type: application/json -name = "body" -### \ No newline at end of file +{ + "name": "body" +} +### + +POST http://localhost:1323/api/v1/login?username=test + +### +GET http://localhost:1323/api/v1/demo/protected \ No newline at end of file