hermes/routes/NextNet API/Users/Log In User.bru
2024-04-22 11:56:47 -04:00

18 lines
211 B
Text

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