misc update
parent
6d33f919b4
commit
a13724bb1a
|
@ -14,13 +14,12 @@ requests:
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
POST https://test.stytch.com/v1/users HTTP/1.1
|
POST https://test.stytch.com/v1/users HTTP/1.1
|
||||||
Authorization: Basic {{base64(PROJECT_ID + ':' + SECRET)}}
|
Authorization: Basic {{base64(id + ':' + secret)}}
|
||||||
Host: test.stytch.com
|
Host: test.stytch.com
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{"email": "test@stytch.com"}
|
{"email": "test@stytch.com"}
|
||||||
|
|
||||||
attack: pitchfork
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue