curl --location --request POST 'https://v1.dev.bukalombok.com/v1/auth/verify-forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "ariel@yopmail.com",
"otp": "692906"
}'{
"meta": {
"success": true,
"status": 200,
"message": "OTP berhasil diverifikasi. Silakan buat password baru."
},
"data": {
"resetToken": "1eb018a81ccf4eae63754bfd9e0909d3a9398cd2"
}
}