This commit is contained in:
2023-02-18 10:50:52 +00:00
parent 931e22d0f7
commit ff8a0e6260
4 changed files with 38 additions and 0 deletions

8
test_requests/login.http Normal file
View File

@@ -0,0 +1,8 @@
POST http://localhost:4000/api/login HTTP/1.1
content-type: application/json
{
"email": "test4@yopmail.com",
"password": "yolo"
}