21 lines
297 B
ReStructuredText
21 lines
297 B
ReStructuredText
GET http://localhost:3000/users
|
|
|
|
###
|
|
|
|
POST http://localhost:3000/users
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"email": "kyle@kyle.de",
|
|
"password": "password"
|
|
}
|
|
|
|
###
|
|
|
|
POST http://localhost:3000/users/login
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"username": "Kyle",
|
|
"password": "password1"
|
|
} |