Files
ris-backend-go/rest-files/auth.http
2024-12-09 09:51:19 +07:00

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"
# }