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