VerifyOTPService

interface VerifyOTPService

Functions

verifyOTP
Link copied to clipboard
@POST(value = "user/otp/verify")
abstract fun verifyOTP(@Body body: OTP): Call<Void>