@baseUrl = http://127.0.0.1:5000
@contentType = application/json

## Auth
POST {{baseUrl}}/auth/login
Content-Type: {{contentType}}
accept: */*

{
  "login": "dev",
  "password": "Rp7gsNMk"
}