Template
1
0
Files
boilerplate/.bruno/identity/login/email.bru
2025-11-23 22:57:43 +01:00

22 lines
212 B
Plaintext

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