Open Customer Data Platform of undisputed data integrity and user privacy
$ sudo docker-compose build --no-cache --pull
$ sudo docker-compose up
$ curl \
'http://0.0.0.0:8080/v1/events' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"partner": {
"id": "0x0000000000000000000000000000000000000123"
},
"user": {
"id": "0x0000000000000000000000000000000000000456"
},
"events": [
{
"name": "test"
}
]
}' \
-v | jq .