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