{
"merchant_ref": "ORDER-42",
"code": "123456",
"phone_last4": "2233",
"otp_token": "n1csMbxR47vu5S5g"
}curl --location --request GET '/parolapay/resendOtp/' \
--header 'Content-Type: application/json' \
--data '{
"merchant_ref": "ORDER-42",
"code": "123456",
"phone_last4": "2233",
"otp_token": "n1csMbxR47vu5S5g"
}'{}