23 lines
331 B
YAML
23 lines
331 B
YAML
info:
|
|
name: Create
|
|
type: http
|
|
seq: 5
|
|
|
|
http:
|
|
method: POST
|
|
url: http://localhost:3000/api/invite
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"email": "james+test2@dardry.com",
|
|
"playerId": "boja"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|