curl --request PATCH \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/cell \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"cellId": "<string>",
"updateInputs": true,
"metadata": "<string>",
"value": "<string>",
"status": "<string>"
}
'