20 lines
261 B
Plaintext
20 lines
261 B
Plaintext
meta {
|
|
name: Register normal user
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/auth/register
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"userName": "Dominykas",
|
|
"email": "dominykas@svetikas.lt",
|
|
"password": "LabaiSlaptas123@"
|
|
}
|
|
}
|