[
{
"equipmentId": "string",
"equipmentStatus": 0,
"netSignal": 0,
"onlineStatus": 0,
"operatorId": "string",
"current": 0,
"voltage": 0,
"power": 0,
"temperature": 0,
"faultCode": "string",
"faultMessage": "string"
}
]curl --location --request POST '/govbiz/open/equipment/reportEquipmentInfos' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"equipmentId": "string",
"equipmentStatus": 0,
"netSignal": 0,
"onlineStatus": 0,
"operatorId": "string",
"current": 0,
"voltage": 0,
"power": 0,
"temperature": 0,
"faultCode": "string",
"faultMessage": "string"
}
]'{
"code": "string",
"msg": "string",
"data": null,
"stackTraceMsg": "string"
}