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