curl --location --request GET 'https://www.nocoly.com/v3/app/worksheets//rows//relations/?pageSize&pageIndex&isReturnSystemFields' \
--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
}
}