put https://demo.onefin.in/api/v1/service/verify_otp/
This API verifies the OTP by using the otp uuid and the OTP which is entered by the customer. In the request payload pass the OTP UUID obtained in the Generate OTP API.
PUT /api/v1/service/verify_otp/
Sample Request :
{
"mobile": "<customer mobile number>",
"country_code": "91",
"otp": "<4 digit OTP>",
"uuid": "<OTP uuid obtained in generate OTP>"
}