meta { name: Login type: http seq: 4 } post { url: {{API_URL}}/account/login body: json auth: none } body:json { { "username": "user", "password": "changeme" } }