curl --location --globoff --request PUT 'https://.daftra.com/v2/api/entity/employee_asset/{{id}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"id": "7",
"name": "Dell Printer 2 edited",
"code": "i987ysklnjjg",
"asset_type_id": 1,
"warranty_expiry_date": "2026-12-31",
"serial_number": "PR189ikj2uu886",
"barcode": "BA56l;lkljnkjbh78",
"used_by": "storage",
"storage_id": 1,
"location_id": 1,
"assigned_date": "2026-06-23",
"expected_return_date": "",
"photo": "",
"description": "Printer for dev team",
"technical_specifications": "",
"attachments": ""
}'