23 lines
341 B
YAML
23 lines
341 B
YAML
|
|
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
|