7 lines
126 B
HTTP
7 lines
126 B
HTTP
POST http://localhost:8080/login
|
|
content-type: application/json
|
|
|
|
{
|
|
"email": "test3@example.com",
|
|
"password": "something"
|
|
} |