curl --request PATCH \
--url http://localhost:3091/v1/api/agencies/{agencyId}/branches/{branchId}/toggle \
--header 'Authorization: Bearer <token>'{
"id": 123,
"agencyId": 123,
"name": "<string>",
"address": "<string>",
"city": "<string>",
"country": "<string>",
"phone": "<string>",
"openingHours": "<string>",
"gpsLat": 123,
"gpsLng": 123,
"isActive": true
}Enables or disables the branch
curl --request PATCH \
--url http://localhost:3091/v1/api/agencies/{agencyId}/branches/{branchId}/toggle \
--header 'Authorization: Bearer <token>'{
"id": 123,
"agencyId": 123,
"name": "<string>",
"address": "<string>",
"city": "<string>",
"country": "<string>",
"phone": "<string>",
"openingHours": "<string>",
"gpsLat": 123,
"gpsLng": 123,
"isActive": true
}JWT access token from POST /v1/api/auth/login