curl --location --request GET 'https://open-us.vnnox.com/v2/device-status-monitor/receiving-card/monitor/'{
    "items": [
        {
            "status": true,
            "position": "020003000500",
            "sn": "2YHA12706N1A10049941",
            "temperature": "37.0",
            "voltage": "4.9"
        },
        {
            "status": false,
            "position": "020003000501",
            "sn": "2YHA12706N1A10049941",
            "temperature": "37.0",
            "voltage": "4.9"
        }
    ]
}