curl --location --globoff --request PUT 'https://.daftra.com/v2/api/entity/asset_type/{{id}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"id": 2,
"name": "type 2 edited",
"branch_id": 1,
"is_active": 1,
"staff_id": 1,
"description": "description"
}'{
"message": "تم تحديث نوع الأصل بنجاح",
"id": 2
}