curl --location 'https://api.techrar.com/api/v1/sales-channels/providers/' \
--header 'app-id: 4' \
--header 'Content-Type: application/json' \
--data '{
"lat": "21.567223885189723",
"lng": "39.16774382382276",
"city_id": 1,
"debug": false
}'[
{
"id": 0,
"name_en": "string",
"name_ar": "string",
"subtitle_en": "string",
"subtitle_ar": "string",
"logo": "string",
"start_after": 0,
"store_start_after": 0,
"primary_color": "string",
"secondary_color": "string",
"banner": "string",
"closed_dates": [
"string"
],
"supports_pickup": true,
"supports_delivery": true,
"off_days": [
"string"
],
"is_available_for_user": true,
"delivery_windows": [
{
"id": 0,
"from_time": "string",
"to_time": "string"
}
],
"pickup_branches": [
{
"id": 0,
"name_en": "string",
"name_ar": "string",
"location": {
"address1": "string",
"lat": "string",
"lng": "string"
}
}
]
}
]