diff --git a/token-spray/api-stytch.yaml b/token-spray/api-stytch.yaml index bab2000791..d2fc8c251b 100644 --- a/token-spray/api-stytch.yaml +++ b/token-spray/api-stytch.yaml @@ -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 \ No newline at end of file