curl --request POST \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/cell \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>",
"rowIndex": 123,
"columnId": "<string>"
}
'