meta { name: login type: http seq: 1 } post { url: http://localhost:3000/api/v1/auth/login body: json auth: none } body:json { { "email": "admin@fosrl.io", "password": "Password123!" } }