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