Google Cloud Function to Send, Verify & Resend OTP with Ruby.
POST /otp
: Sends OTP to the phone number.
# Request
{
"phone_number": "07015971724",
}
# Response
{
"status": true,
"message": "OTP Sent successfully",
"data": {
"phone_number": "07015971724"
}
}