CreateOTPService

interface CreateOTPService

Functions

createOTP
Link copied to clipboard
@POST(value = "user/otp")
abstract fun createOTP(@Body body: CreateOTP): Call<CreateOTP>