curl --location --request POST 'http://localhost:3000/api/auth/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"resetToken": "abc123token",
"newPassword": "NewStrongPass#2024"
}'{
"status": "ok",
"message": "Password reset successful",
"data": {}
}