curl --location --globoff 'https://.daftra.com/v2/api/entity/asset_location' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "location 3",
"branch_id": 1,
"is_active": 1,
"staff_id": 1,
"description": "description"
}'{
"message": "تم إضافة المواقع الفعلية بنجاح",
"id": 3
}