createTOTP

@POST(value = "user/devices/totp")
abstract fun createTOTP(@Body body: CreateTOTPAPI.Body): Call<DeviceTOTP>