Authorization: Bearer ********************curl --location --request GET 'https://api.flavours.sa/dev/api/v2blend/api/branches' \
--header 'Authorization: Bearer <token>'{
"branches": [
{
"id": "122",
"name": "Downtown Branch",
"status": true,
"brand_id": "5000",
"location": "Downtown City"
}
]
}