[
{
"id": 123,
"name_en": "Healthy Meals Co",
"name_ar": "شركة الوجبات الصحية",
"subtitle_en": "Premium meal plans delivered fresh",
"subtitle_ar": "خطط وجبات مميزة طازجة",
"logo": "https://cdn.techrar.com/logos/provider-123.png",
"banner": "https://cdn.techrar.com/banners/provider-123.png",
"start_after": 24,
"primary_color": "#4CAF50",
"secondary_color": "#81C784",
"closed_dates": ["2025-01-01", "2025-12-25"],
"off_days": ["Fri"],
"supports_pickup": true,
"supports_delivery": true,
"is_available_for_user": true,
"delivery_windows": [
{
"id": 1,
"from_time": "08:00:00",
"to_time": "12:00:00"
},
{
"id": 2,
"from_time": "16:00:00",
"to_time": "20:00:00"
}
],
"pickup_branches": [
{
"id": 45,
"name_en": "Main Branch",
"name_ar": "الفرع الرئيسي",
"location": {
"address1": "King Abdulaziz Road, Jeddah",
"lat": "21.5433",
"lng": "39.1728"
}
}
]
}
]