adding rest-api
This commit is contained in:
7
rest-api/api-test/create-user.http
Normal file
7
rest-api/api-test/create-user.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://localhost:8080/signup
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"email": "test@example.com",
|
||||
"password": "test"
|
||||
}
|
||||
Reference in New Issue
Block a user