{
"create_record": {
"row_data": {}
}
}curl --location --request POST '/v7/low_code_app/app_instance//table//records/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"create_record": {
"row_data": {}
}
}'{
"data": {
"record_id": "string"
},
"code": 0,
"more": {},
"msg": "string"
}