hermes/routes/NextNet API/Log In User.bru

18 lines
216 B
Text

meta {
name: Create User
type: http
seq: 1
}
post {
url: http://127.0.0.1:3000/api/v1/users/login
body: json
auth: none
}
body:json {
{
"email": "me@greysoh.dev",
"password": "password"
}
}