curl --location --globoff --request PUT 'https://.daftra.com/v2/api/entity/v2/api/entity/employment_type/{{id}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"id": 5,
"name": "Freelance",
"description": "description",
"active": 1
}'{
"message": "تم تحديث نوع وظيفة بنجاح",
"id": 5
}