curl --location --request GET 'https://app.gotreek.com/api/boxes/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 1,
"type": "Small Box",
"length": 33,
"width": 14,
"height": 8,
"weight": 31,
"user_id": 94,
"created_at": "2025-07-21T13:05:41Z",
"updated_at": "2025-07-21T13:05:41Z"
},
"calculated_metrics": {
"volume_cm3": 1000,
"volumetric_weight": 200,
"chargeable_weight": 500
}
}