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