Authorization: ********************curl --location --request GET 'https://dev.your-api-server.com/departments/?include' \
--header 'Authorization: Bearer <token>'{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Engineering",
"code": "ENG",
"parent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2025-01-12T10:15:00Z"
}