35 lines
528 B
Plaintext
35 lines
528 B
Plaintext
meta {
|
|
name: /auth/register
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/auth/register
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "linus.k.miller@gmail.com",
|
|
"password": "rasmus",
|
|
"inviteEmail": "linus.k.miller@gmail.com",
|
|
"inviteToken": "1502f035584e09870aab05611161a636f88fb08ccba745850a0430f2bb5b3d8c"
|
|
}
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
email: linus.k.miller@gmail.com
|
|
password: rasmus
|
|
}
|
|
|
|
body:multipart-form {
|
|
linus.k.miller@gmail.com:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|