meta { name: Complete password reset type: http seq: 3 } post { url: {{baseUrl}}/api/v1/password-reset/complete body: json auth: inherit } body:json { { "token": "", "new_password": "" } }