meta { name: Reset Password type: http seq: 7 } post { url: {{API_URL}}/account/password/reset body: json auth: none } body:json { { "email": "user@example.com" } }