25 lines
290 B
Plaintext
25 lines
290 B
Plaintext
meta {
|
|
name: register new user
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/auth/register
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "daniil@tsivinsky.com",
|
|
"login": "tsivinsky",
|
|
"password": "Daniil2000"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|