Add bruno files
This commit is contained in:
19
Bruno/Endpoints/Auth/Register normal user.bru
Normal file
19
Bruno/Endpoints/Auth/Register normal user.bru
Normal file
@@ -0,0 +1,19 @@
|
||||
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@"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user