feature: Adds removing API.
This commit is contained in:
parent
68b5a9ff77
commit
2ae917acd9
13 changed files with 165 additions and 8 deletions
19
routes/NextNet API/User API/Create User.bru
Normal file
19
routes/NextNet API/User API/Create User.bru
Normal file
|
@ -0,0 +1,19 @@
|
|||
meta {
|
||||
name: Create User
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/users/create
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "Greysoh Hofuh",
|
||||
"email": "greyson@hofers.cloud",
|
||||
"password": "hunter123"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue