meta { name: Login type: http seq: 1 } post { url: {{BASE_URL}}/auth/login body: json auth: inherit } body:json { { "username": "admin", "password": "test" } } settings { encodeUrl: true timeout: 0 }