curl --location 'https://api.gotreek.com/api/packages/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 15,
"organisation_id": 21,
"type": "s",
"length": 10,
"width": 10,
"height": 10,
"packaging_type_id": 1,
"created_at": "2025-03-04T22:58:04.000000Z",
"updated_at": "2026-04-21T14:15:02.000000Z",
"weight": 1
},
"calculated_metrics": {
"volume_cm3": 1000,
"volumetric_weight": 0,
"chargeable_weight": 1
}
}