curl --location --globoff '{{url}}/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"
}'{
"message": "تم إضافة قسم بنجاح",
"id": 6
}