initial commit
This commit is contained in:
12
backend/user.http
Normal file
12
backend/user.http
Normal file
@ -0,0 +1,12 @@
|
||||
### Create a user
|
||||
POST http://localhost:8080/api/users
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"name": "John Doe",
|
||||
"avatar": "https://api.dicebear.com/7.x/avataaars/svg?seed=John"
|
||||
}
|
||||
|
||||
### Fetch users
|
||||
GET http://localhost:8080/api/users
|
||||
|
||||
Reference in New Issue
Block a user