meta { name: Initiate password reset type: http seq: 1 } post { url: {{baseUrl}}/api/v1/password-reset/initiate body: json auth: inherit } body:json { { "email": "" } }