meta { name: Login type: http seq: 2 } post { url: http://localhost:8000/api/user/login body: json auth: inherit } body:json { { "email": "lee@leemorgan.dev", "password_hash": "leerobertmorgan", "password_salt": "leerobertmorgan" } }