configuration API from /configurations
sample response
{
"EMAIL_PORT": "587",
"EMAIL_ENABLE": "true",
"OTP_LENGTH": "4",
"EMAIL_AUTHENTICATION_REQUIRED": "true",
"EMAIL_SMTP_REQUIRED": "true",
"EMAIL_HOSTNAME": "smtp.gmail.com",
"OTP_EMAIL_SUBJECT": "OTP Validation",
"EMAIL_PASSWORD": "qrz9TJe46TtCkNeq5s8Ygw==",
"EMAIL_USERNAME": "permadi.works@gmail.com",
"OTP_EMAIL_CONTENT": "Verify your activation. \nBelow is your one time passcode:\n ${otp} \nYour one time passcode will expired on ${otpExpiry} minute. \n\nbest regars,\nSupport Team",
"EMAIL_SERVER_NAME": "SYSTEM",
"OTP_EXPIRY": "30"
}```
i need u to implement it to
configuration API from
/configurations
sample response