curl --request POST \
--url https://api.honeyhive.ai/v1/datapoints/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"events": [
"<string>"
],
"mapping": {
"inputs": [],
"history": [],
"ground_truth": []
},
"filters": {},
"dateRange": {
"$gte": "<string>",
"$lte": "<string>"
},
"checkState": {},
"selectAll": true,
"dataset_id": "<string>"
}
'