cells object can be empty {} to create a blank row, or populated with initial column data.curl --location --request POST 'https://api.clay.com/v3/tables/<TABLE_ID>/records' \
--header 'Cookie: {YOUR_CLAY_COOKIES}' \
--header 'content-type: application/json' \
--data-raw '{"records":[{"id":"{RANDOM_STRING}","cells":{}}]}'{}