createOTP

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