15 lines
268 B
HTTP
15 lines
268 B
HTTP
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"
|
|
# } |