curl --location --request GET 'https://api.test.post-plus.io/api/v1/tracking/event-codes' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json'
[
{
"code": "string",
"message": "string",
"isPreAlert": true,
"isStartclock": true,
"isDeparted": true,
"isAtDestination": true,
"isStopclock": true,
"isDelivered": true
}
]