curl --location --globoff 'https://.daftra.com/v2/api/entity/department' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "Sales",
"branch_id": 1,
"active": 1,
"description": "description",
"abbr": "sls",
"managers": [
"1"
]
}'{
"message": "تم إضافة قسم بنجاح",
"id": 6
}