DepartmentResource.curl --location 'https://api-dev.commandroom.ai/api/api/departments/5' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"success": true,
"data": {
"id": 1,
"name": "Sample Name",
"description": "Sample description text.",
"organization_id": 1,
"is_active": true,
"sort_order": 1,
"data": {},
"teams_count": 10,
"users_count": 10,
"teams": [
{}
],
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}