createDevice

@POST(value = "/video/devices")
abstract suspend fun createDevice(@Body createDeviceRequest: CreateDeviceRequest): Response

Create device Adds a new device to a user, if the same device already exists the call will have no effect