feat: add supertokens
This commit is contained in:
21
.bruno/identity/login/sudo.bru
Normal file
21
.bruno/identity/login/sudo.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user