Get Wristband Response
data class GetWristbandResponse(val responseCode: List<Int> = emptyList(), val timestamp: Long = 0, val request: Int = 0, val sensorName: String = "", val sensorId: String = "", val apiFlags: String = "") : CoreResponse