{
"fields": {
"property1": "string",
"property2": "string"
},
"id": "string",
"inputMap": {
"property1": "string",
"property2": "string"
},
"tableDataId": null,
"tableId": "string",
"time": 0
}curl --location --request PATCH '/core/data/modify' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": {
"property1": "string",
"property2": "string"
},
"id": "string",
"inputMap": {
"property1": "string",
"property2": "string"
},
"tableDataId": null,
"tableId": "string",
"time": 0
}'{
"property1": "string",
"property2": "string"
}