curl --location 'https://api.techrar.com/inventory/v1/pickup-locations/?search=&search=&page=1&page_size=5&order_by=' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"custom_fields": null,
"name": "My warehouse2",
"address": "Al Hamra, Al Ahlam St",
"contact_phone": "0534501056",
"contact_name": "Safwan Sa",
"contact_email": "[email protected]",
"lat": "21.590375041386423000",
"lng": "39.152816252744530000",
"country_code": "SA",
"city_en": "Jeddah",
"city_ar": "جدة",
"district_en": "AlHamra",
"district_ar": "الحمراء"
}
]
}