Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/api2/department/{{id}}/1' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--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": []
}