const job = await client.enhance.cells("tbl_abc123", {
row_ids: ["row_1", "row_2", "row_3"],
column_key: "description",
prompt: "Write a compelling product description based on the product name and specifications.",
web_search: true,
});
console.log(job.id); // "enhance_..."
console.log(job.estimated_credits); // 6