cURL
curl --request POST \ --url http://localhost:8080/workspaces/{ws_id}/events \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "event_type": "<string>", "data": {}, "ingested_at": 123, "unique_id": "<string>" }'
{ "id": "<string>", "event_type": "<string>", "data": {}, "ingested_at": 123, "unique_id": "<string>", "created_at": 123, "updated_at": 123 }
The workspace id
"default"
The time the event was ingested
The unique id used to de-duplication
50
OK