Upload 4.23
This commit is contained in:
8
part4/bloglist/requests/post_user.rest
Normal file
8
part4/bloglist/requests/post_user.rest
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://localhost:3001/api/users
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"username": "andyyyyy",
|
||||
"name": "Andrew",
|
||||
"password": "123456"
|
||||
}
|
||||
Reference in New Issue
Block a user