curl --location '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 created successfully",
"data": {
"type": "Medium Box",
"length": 34051671,
"width": 1213654,
"height": 29116213,
"weight": 22469655,
"organisation_id": 21,
"updated_at": "2026-08-11T08:45:26.000000Z",
"created_at": "2026-08-11T08:45:26.000000Z",
"id": 407
}
}