Test decorator with a tracer and ability to extract headers
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
curl --location --request GET 'localhost:3000' \
--header 'X-Correlation-Id: 99999'