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