curl -X POST "https://api.tktchurch.com/v1/auth/reset-password" \ -H "Content-Type: application/json" \ -d '{ "token": "eyJhbGciOiJIUzI1NiIs...", "newPassword": "newSecurePassword123" }'
{ "status": 200, "message": "Password reset successfully" }
Reset user password using the token received via email
Show Error Object