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