Client Branches
Client Branches — 5 נקודות קצה.
List all branches for a client
GET /clients/clientId/branches
Create a new branch for a client
POST /clients/clientId/branches
Get a specific branch
GET /clients/clientId/branches/branchId
Update a branch
PATCH /clients/clientId/branches/branchId
Delete a branch (soft delete)
DELETE /clients/clientId/branches/branchId

