curl --location --request POST 'https://v1.dev.bukalombok.com/v1/auth/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"resetToken": "1eb018a81ccf4eae63754bfd9e0909d3a9398cd2",
"newPassword": "Ariel123!",
"newPasswordConfirmation": "Ariel123!"
}'{
"meta": {
"success": true,
"status": 200,
"message": "Password berhasil direset. Silakan login kembali."
},
"data": {
"email": "local1@yopmail.com"
}
}