{
"Action": "CreateProtectedBranch",
"DepotId": 5001,
"BranchName": "master"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=CreateProtectedBranch' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "CreateProtectedBranch",
"DepotId": 5001,
"BranchName": "master"
}'{
"Response": null
}