Files
bgApp/API Tests/BGApp/Auth/Login.yml
2026-02-21 00:34:50 +00:00

26 lines
394 B
YAML

info:
name: Login
type: http
seq: 1
http:
method: POST
url: http://localhost:3000/api/auth/login
headers:
- name: Content-Type
value: application/json
body:
type: json
data: |-
{
"email":"james@dardry.com",
"password":"Foobar"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5