Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//orders//timeline' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"order_id": "string",
"order_number": "string",
"events": [
{
"timestamp": "string",
"status": "string",
"description": "string",
"actor": "string"
}
]
},
"message": "string"
}