curl --request POST \
--url https://api.fact0.io/api/v1/executions/{executionID}/events \
--header 'Content-Type: application/json' \
--data '
{
"events": [
{
"id": "<string>",
"execution_id": "<string>",
"span_id": "<string>",
"sequence_number": 123,
"event_type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"payload": {}
}
]
}
'