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