oaiq(
"measure",
"order_created",
{ type: "contents" }
);
curl -X POST "https://bzr.openai.com/v1/events?pid=PVyHxdor58Hj1BwBHqcji5" \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
--data '{
"validate_only": false,
"events": [
{
"id": "",
"type": "order_created",
"timestamp_ms": ,
"source_url": "https://example.com/conversion",
"action_source": "web",
"data": {
"type": "contents"
}
}
]
}'