meta { name: Confirm Password Reset type: http seq: 9 } post { url: {{API_URL}}/account/password/verify body: json auth: none } body:json { { "token": "token", "password": "New Password" } }