twilloOTP

OTP verification with Twilio and Golang


Otp verification with twillio using gin frame workd in golang

Structure of code

{
  "PhoneNumber":"enter your number with country code"
}

Api Url : = http://localhost:8080/verifyOTP ``` { “user”:{ “PhoneNumber”:”enter your number with country code” }, “code”:”enter your OTP” }