meta { name: Reset Password type: http seq: 4 } post { url: {{baseUrl}}/api/v1/reset-password/ body: json auth: none } body:json { { "token": "", "new_password": "" } }