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