hermes/routes/Hermes API/Users/Log In.bru
2024-12-22 11:07:38 -05:00

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"
}
}