first commit
This commit is contained in:
15
rest-files/auth.http
Normal file
15
rest-files/auth.http
Normal file
@@ -0,0 +1,15 @@
|
||||
POST http://localhost:8080/westone/api/v1/auth/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"email":"joko@gmail.com",
|
||||
"password":"sas321"
|
||||
}
|
||||
|
||||
####
|
||||
# POST http://localhost:8080/api/v1/auth/google/linking
|
||||
# Content-Type: application/json
|
||||
|
||||
# {
|
||||
# "code":"xPkMIa"
|
||||
# }
|
||||
Reference in New Issue
Block a user