curl --location --globoff 'https://.daftra.com/v2/api/entity/v2/api/entity/designation' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "Sales agent",
"branch_id": 1,
"active": 1,
"description": "description",
"department_id": 2
}'{
"message": "تم إضافة المسمي الوظيفي بنجاح",
"id": 4
}