verifyOTP

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