Files
image-storage/docs/api/auth/login user.yml
2026-03-16 21:45:39 +03:00

23 lines
332 B
YAML

info:
name: login user
type: http
seq: 2
http:
method: POST
url: "{{base_url}}/api/auth/login"
body:
type: json
data: |-
{
"email": "daniil@tsivinsky.com",
"password": "Daniil2000"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5