Template
1
0
Files
boilerplate/.bruno/identity/login/email.bru
2025-09-24 01:20:09 +02:00

23 lines
249 B
Plaintext

meta {
name: Email
type: http
seq: 2
}
post {
url: {{url}}/identity/login/email
body: json
auth: inherit
}
body:json {
{
"base": "http://localhost:5170",
"email": "john.doe@fixture.none"
}
}
settings {
encodeUrl: true
}