mirror of
https://github.com/kevin-DL/phoenix_api_template.git
synced 2026-01-12 02:55:13 +00:00
Login
This commit is contained in:
8
test_requests/login.http
Normal file
8
test_requests/login.http
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://localhost:4000/api/login HTTP/1.1
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"email": "test4@yopmail.com",
|
||||
"password": "yolo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user