Authorization: Bearer ********************
curl --location --request PATCH 'https://mohom.kr/api/v1/org/S02001010000' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "branch_name": "1지점(변경)" }'
{ "success": true }