curl --location --request GET 'https://app.gotreek.com/api/packaging-types' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 1,
"name": {
"en": "Box",
"ar": "صندوق"
},
"is_global": 1,
"is_default": 1,
"created_at": "2025-12-23T14:41:31.000000Z",
"updated_at": "2025-12-23T14:41:31.000000Z"
}
]
}