curl --request POST \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/row/new \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"promptVersionId": "<string>",
"inputs": {},
"sourceRequest": "<string>"
}
'