curl --location --request PATCH 'http://82.180.154.188:4352/branches/67fa3a3027988335ae1d626c' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Updated the name of the branch"
}'
{"status":"success","message":"Branch updated successfully"}