language-learning-app/Language Learning API/auth/Login.yml

23 lines
341 B
YAML
Raw Normal View History

info:
name: Login
type: http
seq: 2
http:
method: POST
url: "{{baseUrl}}/auth/register"
body:
type: json
data: |-
{
"email": "wilson@thomaswilson.xyz",
"password": "wilson@thomaswilson.xyz"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5