Files
aviation/bruno/Users/Login.bru
2025-04-11 00:51:37 -04:00

19 lines
198 B
Plaintext

meta {
name: Login
type: http
seq: 2
}
post {
url: {{API_URL}}/account/login
body: json
auth: none
}
body:json {
{
"email": "admin@example.com",
"password": "CHANGEME"
}
}