curl --location --request GET 'https://www.loadingcalendar.com/api/v1/warehouses/' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"name": "Main Warehouse",
"street": "123 Logistics Ave",
"postcode": "10115",
"city": "Tallinn",
"state": "string",
"country": "Estonia",
"timezone": "Europe/Tallinn",
"lead_time": 24,
"slot_interval": 15,
"docks": [
{
"id": 0,
"name": "Dock A",
"description": "string",
"open_from": "08:00",
"open_until": "17:00",
"open_on_weekends": true
}
],
"loading_durations": [
{
"id": 0,
"description": "Standard unloading",
"time": 60
}
]
}