rhythm-backend/bruno/login user.yml
Dmitri 0af44340d5
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m37s
initial work for service layer wrong
2026-04-21 00:10:05 +02:00

28 lines
400 B
YAML

info:
name: login user
type: http
seq: 1
http:
method: POST
url: "{{host}}/api/v1/auth/login"
body:
type: json
data: |-
{
"email": "dmo@dmo.dmo",
"password": "password12345"
}
auth: inherit
runtime:
variables:
- name: host
value: http://localhost:8080
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5