curl --location --request PUT 'https://api.gotreek.com/api/packages/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "primary",
"length": 22,
"width": 15,
"height": 36,
"weight": 3
}'{
"success": true,
"message": "Package updated successfully",
"data": {
"id": 15,
"organisation_id": 21,
"type": "Small Box",
"length": 123,
"width": 123,
"height": 123,
"packaging_type_id": 1,
"created_at": "2025-03-04T22:58:04.000000Z",
"updated_at": "2026-08-11T08:52:14.000000Z",
"weight": 1
}
}