curl --location 'https://api.mingdao.com/v3/app/worksheets//rows//relations/?pageSize=undefined&pageIndex=undefined&isReturnSystemFields=undefined' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;'{
"success": true,
"error_code": 0,
"error_msg": "string",
"data": {
"rows": [
{
"id": "string",
"_createAt": "2019-08-24T14:15:22.123Z",
"_updatedAt": "2019-08-24T14:15:22.123Z",
"_owner": {},
"property1": null,
"property2": null
}
],
"total": 0
}
}