18 lines
214 B
Text
18 lines
214 B
Text
meta {
|
|
name: Log In
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: http://127.0.0.1:8000/api/v1/users/login
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "test@example.com",
|
|
"password": "hunter123"
|
|
}
|
|
}
|