This commit is contained in:
2026-02-16 22:03:40 +03:00
commit d632bf0f40
16 changed files with 772 additions and 0 deletions

7
req.http Normal file
View File

@@ -0,0 +1,7 @@
### Send POST request with json body
POST http://localhost:3000/login
Content-Type: application/json
{
"login": "foobar"
}