Get company branches
Retrieve a list of branches at a company
GET
/api/branch/getCompanyBranches
curl \
--request GET 'http://api.example.com/api/branch/getCompanyBranches?companyid=42' \
--header "Authorization: Bearer $ACCESS_TOKEN"