misc update (wip)

patch-1
sandeep 2021-11-11 14:47:10 +05:30
parent 1bb3beb788
commit 6d33f919b4
1 changed files with 8 additions and 8 deletions

View File

@ -12,15 +12,15 @@ info:
self-contained: true
requests:
- raw:
- |
POST https://test.stytch.com/v1/users HTTP/1.1
Authorization: Basic {{base64(PROJECT {{ID}} + ':' + {{SECRET}})}}
Host: test.stytch.com
Content-Type: application/json
Content-Length: 28
- |
POST https://test.stytch.com/v1/users HTTP/1.1
Authorization: Basic {{base64(PROJECT_ID + ':' + SECRET)}}
Host: test.stytch.com
Content-Type: application/json
{"email": "test@stytch.com"}
{"email": "test@stytch.com"}
attack: pitchfork
matchers:
- type: word
part: body
@ -28,4 +28,4 @@ requests:
- '"status_code":'
- '"request_id":'
- '"user_id":'
condition: and
condition: and