curl --location --globoff '{{url}}/v2/api/entity/department/{{id}}/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"id": 1,
"name": "المالية",
"description": null,
"active": 1,
"created": "2025-05-26 08:50:23",
"modified": "2025-05-26 08:51:17",
"abbr": null,
"managers": [],
"department_managers": []
}