Files
pangolin/bruno/Auth/login.bru
2025-10-04 18:36:44 -07:00

19 lines
216 B
Plaintext

meta {
name: login
type: http
seq: 1
}
post {
url: http://localhost:4000/api/v1/auth/login
body: json
auth: none
}
body:json {
{
"email": "owen@fossorial.io",
"password": "Password123!"
}
}