curl --location --request PUT 'https://app.gotreek.com/api/boxes/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "primary",
"length": 22,
"width": 15,
"height": 36,
"weight": 3
}'{
"success": true,
"message": "Box updated successfully",
"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"
}
}