Files
wishlify/docs/api/auth/register new user.bru
2026-02-18 02:17:13 +03:00

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
}