Files
games-wishlist/docs/api/auth/Register new user.bru

24 lines
257 B
Plaintext

meta {
name: Register new user
type: http
seq: 1
}
post {
url: {{base_url}}/api/auth/register
body: json
auth: inherit
}
body:json {
{
"login": "tsivinsky",
"password": "Daniil2000"
}
}
settings {
encodeUrl: true
timeout: 0
}