app-paqueteria-nest/http/auth.http
2026-09-18 20:22:24 -04:00

11 lines
189 B
HTTP

@baseUrl = http://localhost:3000/v1
@contentType = application/json
### Login
POST {{baseUrl}}/auth/login
Content-Type: {{contentType}}
{
"usuario": "admin",
"password": "admin123"
}