Run the following commands in a terminal :
$ git clone https://github.com/tontonjulien/test-api.git
$ cd test-api
$ make install
Access to the main endpoint :
curl --location --request POST 'localhost:8088' \
--data-raw '[{"id": "xxxx-xxxx-xxxx-xxxx", "event": "impressions", "timestamp": 00000000000}, ...]'
$ make test