curl --request PUT \
--url https://api.honeyhive.ai/v1/datapoints/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": {},
"history": [
{}
],
"ground_truth": {},
"metadata": {},
"linked_event": "<string>",
"linked_datasets": [
"<string>"
]
}
'