curl --location 'https://api.techrar.com/api/v1/customers/me/locations/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "home",
"location_url": "https://goo.gl/maps/bYhNrwEPiXArZ3MR7",
"description": "جنب المسجد",
"longitude": "50.14555912087167",
"latitude": "26.309846082597065",
"is_default": false
}'{
"id": 10006,
"created_at": "2025-10-22",
"modified_at": "2025-10-22",
"name_ar": "home",
"location_url": "https://goo.gl/maps/bYhNrwEPiXArZ3MR7",
"longitude": "50.14555912087167",
"latitude": "26.309846082597065",
"address1": "",
"address2": "",
"city": {
"id": 8,
"created_at": "2022-08-20",
"modified_at": "2022-08-20",
"ordering": 0,
"name_en": "Dhahran",
"name_ar": "Dhahran",
"keywords": ""
},
"formatted_address": "address",
"district": "",
"image": ""
}