curl --location '/open-api/v1/iot/weighings'{
"code": 0,
"message": "success",
"requestId": "b7a0c53001f4473395aa06e742e0df43",
"data": {
"pageNum": 1,
"pageSize": 20,
"total": 100,
"records": [
{
"id": 0,
"farmId": 0,
"farmName": "string",
"enclosureId": 0,
"enclosureName": "string",
"cattleId": 0,
"cattleNo": "string",
"earTagNumber": "string",
"weight": "string",
"weighingTime": "string"
}
]
},
"timestamp": "string"
}