curl --location --globoff --request PUT '{{url}}/v2/api/entity/department/{{id}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"id": 6,
"name": "Sales",
"branch_id": 1,
"active": 0,
"description": "description",
"abbr": "sls"
}'{
"message": "تم تحديث قسم بنجاح",
"id": 6
}