meta { name: login type: http seq: 1 } post { url: {{host}}/hdpos/api/auth/login body: json auth: none } headers { Content-Type: application/json } body:json { { "username": "fred", "password": "admin123" } }