23 lines
251 B
Plaintext
23 lines
251 B
Plaintext
meta {
|
|
name: Email
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/identities/login/email
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"base": "http://localhost:5170",
|
|
"email": "john.doe@fixture.none"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|