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

22 lines
212 B
Plaintext

meta {
name: Sudo
type: http
seq: 1
}
post {
url: {{url}}/identities/login/sudo
body: json
auth: inherit
}
body:json {
{
"email": "john.doe@fixture.none"
}
}
settings {
encodeUrl: true
}