branches.read- Branchs ReadAuthorization: Bearer ********************curl --location --request GET 'https://api.salla.dev/admin/v2/branches/delivery-zones/566146469' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"success": true,
"data": {
"id": 566146469,
"branch_id": 525010325,
"status": true,
"rules": {
"coverage": {
"enabled": true,
"method": "radius",
"radius_meters": 5200,
"coordinates": []
},
"working_hours": [
{
"name": "الأحد",
"times": [
{
"from": "08:00",
"to": "17:00"
},
{
"from": "19:00",
"to": "23:30"
}
]
},
{
"name": "الإثنين",
"times": [
{
"from": "08:00",
"to": "17:00"
},
{
"from": "19:00",
"to": "23:30"
}
]
}
]
}
}
}