curl --location --request GET 'https://api.byelabel.com/v1/track/' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": [
{
"code": "string",
"status": "label-created",
"date_time": "2019-08-24T14:15:22.123Z",
"description": "string"
}
],
"transaction": {
"id": "string",
"response_time": 0
}
}