feature: Implement user deletion.
This commit is contained in:
parent
37886c769d
commit
0db9e69b1b
7 changed files with 95 additions and 23 deletions
|
@ -7,13 +7,13 @@ meta {
|
|||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/users/create
|
||||
body: json
|
||||
auth: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "Greyson Hofer",
|
||||
"email": "me@greysoh.dev",
|
||||
"password": "password"
|
||||
"name": "Greysoh Hofuh",
|
||||
"email": "greyson@hofers.cloud",
|
||||
"password": "hunter123"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue