curl --request POST \
--url https://api.helicone.ai/v2/experiment/{experimentId}/run-hypothesis \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"inputRecordId": "<string>",
"promptVersionId": "<string>"
}
'