curl --location --request DELETE 'https://api.techrar.com/inventory/v1/merchant/warehouses/pickup-locations//' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"custom_fields": null,
"app_id": 86,
"created_at": "2025-06-26T13:50:16.457910+03:00",
"name": "My warehouse",
"type": "warehouse",
"address": "Al Hamra, Al Ahlam St",
"contact_phone": "0534501056",
"contact_name": "Safwan S",
"contact_email": null,
"lat": "21.590375041386423000",
"lng": "39.152816252744530000",
"country_code": "SA",
"city_en": "Jeddah",
"city_ar": "جدة",
"district_en": "AlHamra",
"district_ar": "الحمراء",
"is_active": true
}